diff --git a/src/context/types.ts b/src/context/types.ts index e731d5b..1b96d62 100644 --- a/src/context/types.ts +++ b/src/context/types.ts @@ -10,7 +10,7 @@ export type TRowndContext = { setUserValue: (key: string, value: any) => Promise; getAccessToken: (e?: { token?: string; - waitForToken?: string; + waitForToken?: boolean; [key: string]: any; }) => Promise; getFirebaseIdToken: (token: string) => Promise;