Merge branch 'main' into feature/antigravity_auth
This commit is contained in:
@@ -60,7 +60,11 @@ export interface PublicSettings {
|
||||
export interface AuthResponse {
|
||||
access_token: string
|
||||
token_type: string
|
||||
user: User
|
||||
user: User & { run_mode?: 'standard' | 'simple' }
|
||||
}
|
||||
|
||||
export interface CurrentUserResponse extends User {
|
||||
run_mode?: 'standard' | 'simple'
|
||||
}
|
||||
|
||||
// ==================== Subscription Types ====================
|
||||
|
||||
Reference in New Issue
Block a user