Spaces:
Runtime error
Runtime error
| export interface Auth { | |
| preferred_username: string; | |
| picture: string; | |
| name: string; | |
| isLocalUse?: boolean; | |
| } | |
| export interface Auth { | |
| preferred_username: string; | |
| picture: string; | |
| name: string; | |
| isLocalUse?: boolean; | |
| } | |