diff --git a/src/puter-js/types/modules/auth.d.ts b/src/puter-js/types/modules/auth.d.ts index 11317e07d..7e0f10ab1 100644 --- a/src/puter-js/types/modules/auth.d.ts +++ b/src/puter-js/types/modules/auth.d.ts @@ -57,7 +57,7 @@ export class Auth { signIn (options?: { attempt_temp_user_creation?: boolean }): Promise; signOut (): void; isSignedIn (): boolean; - getUser (options:? RequestCallbacks): Promise; + getUser (options?: RequestCallbacks): Promise; whoami (): Promise; getMonthlyUsage (): Promise; getDetailedAppUsage (appId: string): Promise;