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

x/s3si/src/types.ts>StatInkCoopPlayer

Export your battles from SplatNet to https://stat.ink
Go to Latest
type alias StatInkCoopPlayer
import { type StatInkCoopPlayer } from "https://deno.land/x/s3si@ci/src/types.ts";
definition: { me: "yes" | "no"; name: string; number: string; splashtag_title: string | null; uniform?:
| string
| "orange"
| "green"
| "yellow"
| "pink"
| "blue"
| "black"
| "white"
; special?: string; weapons: (string | null)[]; golden_eggs: number; golden_assist: number; power_eggs: number; rescue: number; rescued: number; defeat_boss: number; disconnected: "yes" | "no"; }