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 243d74dea..638b08653 100644
--- a/client/src/types/register-client-option.model.ts
+++ b/client/src/types/register-client-option.model.ts
@@ -9,6 +9,8 @@ export type RegisterClientOptions = {
9export type RegisterClientHelpers = { 9export type RegisterClientHelpers = {
10 getBaseStaticRoute: () => string 10 getBaseStaticRoute: () => string
11 11
12 isLoggedIn: () => boolean
13
12 getSettings: () => Promise<{ [ name: string ]: string }> 14 getSettings: () => Promise<{ [ name: string ]: string }>
13 15
14 translate: (toTranslate: string) => Promise<string> 16 translate: (toTranslate: string) => Promise<string>