feat: connect admin session and public config endpoints
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
export interface ApiResponse<T = unknown> {
|
||||
code: number
|
||||
message?: string
|
||||
msg?: string
|
||||
detail?: T
|
||||
}
|
||||
|
||||
|
||||
@@ -2,4 +2,6 @@ export interface AdminUser {
|
||||
id: string
|
||||
username: string
|
||||
token: string
|
||||
token_type?: string
|
||||
expires_at?: number
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user