Fix auth type typo (#2454)

This commit is contained in:
Reynaldi Chernando
2026-02-11 01:00:53 +07:00
committed by GitHub
parent 4fb84bc117
commit febcceb042
+1 -1
View File
@@ -57,7 +57,7 @@ export class Auth {
signIn (options?: { attempt_temp_user_creation?: boolean }): Promise<SignInResult>;
signOut (): void;
isSignedIn (): boolean;
getUser (options:? RequestCallbacks<User>): Promise<User>;
getUser (options?: RequestCallbacks<User>): Promise<User>;
whoami (): Promise<User>;
getMonthlyUsage (): Promise<MonthlyUsage>;
getDetailedAppUsage (appId: string): Promise<DetailedAppUsage>;