]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/types/register-client-option.model.ts
Translated using Weblate (Bulgarian)
[github/Chocobozzz/PeerTube.git] / client / src / types / register-client-option.model.ts
index 638b086532f2d614a7608fc4b3bba0d7ee556252..b64652a0ff8ca4bd99a6ad13c9bc9527bd214997 100644 (file)
@@ -13,5 +13,11 @@ export type RegisterClientHelpers = {
 
   getSettings: () => Promise<{ [ name: string ]: string }>
 
+  notifier: {
+    info: (text: string, title?: string, timeout?: number) => void,
+    error: (text: string, title?: string, timeout?: number) => void,
+    success: (text: string, title?: string, timeout?: number) => void
+  }
+
   translate: (toTranslate: string) => Promise<string>
 }