This commit is contained in:
2023-06-11 08:47:10 +08:00
parent 2e14596be6
commit 1b6bb7c248
15 changed files with 395 additions and 134 deletions

View File

@@ -12,12 +12,17 @@ export interface PaginationResponse<T> {
}
export interface UserInfo {
name: string
uId: number
id: number
createAt: number
biliId?: number
biliRoomId?: number
}
export interface AccountInfo extends UserInfo {
isRoomValid: boolean
isEmailVerified: boolean
isBiliVerified: boolean
enableFunctions: string[]
biliVerifyCode?: string
emailVerifyUrl?: string
}
export interface SongsInfo {
id: string