feat(FE) : json role
This commit is contained in:
No files matched your search
@@ -40,6 +40,7 @@ export interface SessionResponse {
|
||||
success?: boolean // Add success indicator
|
||||
user: User | null
|
||||
accessToken?: string
|
||||
idToken?: string // ID token for API authentication
|
||||
refreshToken?: string // Often useful to track
|
||||
expiresAt?: number
|
||||
error?: string // For error cases
|
||||
|
||||
Reference in New Issue
Block a user