]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/types/register-client-option.model.ts
Add setting helper to client plugins
[github/Chocobozzz/PeerTube.git] / client / src / types / register-client-option.model.ts
index 42d689403e5c2eeff3487de35665b9e2db976a41..473c2500f0d82e947b47702d0a97d77d444fa808 100644 (file)
@@ -5,5 +5,7 @@ export type RegisterClientOptions = {
 
   peertubeHelpers: {
     getBaseStaticRoute: () => string
+
+    getSettings: () => Promise<{ [ name: string ]: string }>
   }
 }