aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/types
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/types')
-rw-r--r--client/src/types/register-client-option.model.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/client/src/types/register-client-option.model.ts b/client/src/types/register-client-option.model.ts
index 42d689403..473c2500f 100644
--- a/client/src/types/register-client-option.model.ts
+++ b/client/src/types/register-client-option.model.ts
@@ -5,5 +5,7 @@ export type RegisterClientOptions = {
5 5
6 peertubeHelpers: { 6 peertubeHelpers: {
7 getBaseStaticRoute: () => string 7 getBaseStaticRoute: () => string
8
9 getSettings: () => Promise<{ [ name: string ]: string }>
8 } 10 }
9} 11}