import { SPLATNET3_STATINK_MAP } from "https://deno.land/x/s3si@gui-v0.4.16/src/constant.ts";
type
{ RULE: Record<VsHistoryDetail["vsRule"]["rule"], StatInkPostBody["rule"]>; RESULT: Record<VsHistoryDetail["judgement"], StatInkPostBody["result"]>; DRAGON: Record<NonNullable<VsHistoryDetail["festMatch"]>["dragonMatchType"], StatInkPostBody["fest_dragon"]>; COOP_EVENT_MAP: Record<number, string | undefined>; COOP_SPECIAL_MAP: Record<string, string | undefined>; WATER_LEVEL_MAP: Record<0 | 1 | 2, "low" | "normal" | "high">; }