Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/s3si/src/types.ts>CoopHistoryGroup

Export your battles from SplatNet to https://stat.ink
Go to Latest
type alias CoopHistoryGroup
import { type CoopHistoryGroup } from "https://deno.land/x/s3si@ci/src/types.ts";
definition: { startTime: null | string; endTime: null | string; highestResult: null | { grade: { id: string; }; gradePoint: number; jobScore: number; }; mode: "PRIVATE_CUSTOM" | "REGULAR"; rule: "REGULAR" | "BIG_RUN"; historyDetails: { nodes: CoopListNode[]; }; }