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

x/s3si/src/types.ts>StatInkPlayer

Export your battles from SplatNet to https://stat.ink
Latest
type alias StatInkPlayer
import { type StatInkPlayer } from "https://deno.land/x/s3si@gui-v0.4.20/src/types.ts";
definition: { me: "yes" | "no"; rank_in_team: number; name: string; number: string | undefined; splashtag_title: string; weapon: string; inked: number; kill?: number; assist?: number; kill_or_assist?: number; death?: number; signal?: number; special?: number; gears?: StatInkGears; crown?: "yes" | "no"; crown_type?: "x" | "100x" | "333x"; disconnected: "yes" | "no"; species: "inkling" | "octoling"; }