diff --git a/hwe/ts/defs/API/Global.ts b/hwe/ts/defs/API/Global.ts index 8e934dc4..dcf771ab 100644 --- a/hwe/ts/defs/API/Global.ts +++ b/hwe/ts/defs/API/Global.ts @@ -131,7 +131,7 @@ export type GetFrontInfoResponse = { isLocked: boolean; tournamentType: null | 0 | 1 | 2 | 3; tournamentState: string; - genCount: number; + genCount: [number, number][]; generalCntLimit: number; serverCnt: number; lastVote: VoteInfo | null;