mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2026-05-16 04:36:46 +08:00
🎨 代码格式化
This commit is contained in:
21
src/types/User/Account.d.ts
vendored
21
src/types/User/Account.d.ts
vendored
@@ -16,8 +16,8 @@ declare namespace TGApp.User.Account {
|
||||
*/
|
||||
export interface GameResponse extends TGApp.BBS.Response.Base {
|
||||
data: {
|
||||
list: Game[]
|
||||
}
|
||||
list: Game[];
|
||||
};
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -35,14 +35,13 @@ declare namespace TGApp.User.Account {
|
||||
* @return Game
|
||||
*/
|
||||
export interface Game {
|
||||
game_biz: string
|
||||
game_uid: string
|
||||
is_chosen: boolean
|
||||
is_official: boolean
|
||||
level: string
|
||||
nickname: string
|
||||
region: string
|
||||
region_name: string
|
||||
game_biz: string;
|
||||
game_uid: string;
|
||||
is_chosen: boolean;
|
||||
is_official: boolean;
|
||||
level: string;
|
||||
nickname: string;
|
||||
region: string;
|
||||
region_name: string;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user