import { type VsInfo } from "https://deno.land/x/s3si@gui-v0.4.16/src/types.ts";
definition: { type: "VsInfo"; groupInfo: null | Omit<HistoryGroupItem<BattleListNode>, "historyDetails">; listNode: null | BattleListNode; bankaraMatchChallenge: null | BankaraMatchChallenge; challengeProgress: null | ChallengeProgress; rankState: null | RankState; rankBeforeState: null | RankState; detail: VsHistoryDetail; }