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

x/s3si/src/types.ts>StatInkCoopPostBody

Export your battles from SplatNet to https://stat.ink
Go to Latest
type alias StatInkCoopPostBody
import { type StatInkCoopPostBody } from "https://deno.land/x/s3si@ci/src/types.ts";
definition: { test?: "yes" | "no"; uuid: string; private: "yes" | "no"; big_run: "yes" | "no"; stage: string; danger_rate: number; clear_waves: number; fail_reason?: null | "wipe_out" | "time_limit"; king_smell?: number | null; king_salmonid?: string; clear_extra: "yes" | "no"; title_before?: string; title_exp_before?: number; title_after?: string; title_exp_after: null | number; golden_eggs: number; power_eggs: number; gold_scale?: null | number; silver_scale?: null | number; bronze_scale?: null | number; job_point: null | number; job_score: null | number; job_rate: null | number; job_bonus: null | number; waves: StatInkCoopWave[]; players: StatInkCoopPlayer[]; bosses: Record<string, StatInkCoopBoss>; note?: string; private_note?: string; link_url?: string; agent: string; agent_version: string; agent_variables: Record<string, string>; automated: "yes"; start_at: number; end_at?: number; }