mirror of
https://github.com/HeyPuter/puter.git
synced 2026-05-04 16:40:41 +00:00
Fix auth type typo (#2454)
This commit is contained in:
committed by
GitHub
parent
4fb84bc117
commit
febcceb042
Vendored
+1
-1
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user