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

x/s3si/src/types.ts>CoopInfo

Export your battles from SplatNet to https://stat.ink
Go to Latest
type alias CoopInfo
import { type CoopInfo } from "https://deno.land/x/s3si@ci/src/types.ts";
definition: { type: "CoopInfo"; listNode: null | CoopListNode; groupInfo: null | Omit<CoopHistoryGroup, "historyDetails">; detail: CoopHistoryDetail; gradeBefore: null | { grade: { name: string; id: string; }; gradePoint: number; }; }