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

x/s3si/src/types.ts>StatInkCoopWave

Export your battles from SplatNet to https://stat.ink
Go to Latest
type alias StatInkCoopWave
import { type StatInkCoopWave } from "https://deno.land/x/s3si@ci/src/types.ts";
definition: { tide: "low" | "normal" | "high"; event?: string; golden_quota: number; golden_delivered: number; golden_appearances: number; special_uses?: Record<string, number>; }