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
Go to Latest
type alias StatInkPlayer
import { type StatInkPlayer } from "https://deno.land/x/s3si@ci/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"; disconnected: "yes" | "no"; }