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

x/s3si/src/types.ts>VsPlayer

Export your battles from SplatNet to https://stat.ink
Go to Latest
type alias VsPlayer
import { type VsPlayer } from "https://deno.land/x/s3si@ci/src/types.ts";
definition: { id: string; nameId: string | null; name: string; isMyself: boolean; byname: string; weapon: PlayerWeapon; species: "INKLING" | "OCTOLING"; result: { kill: number; death: number; assist: number; special: number; noroshiTry: null | number; } | null; paint: number; crown: boolean; headGear: PlayerGear; clothingGear: PlayerGear; shoesGear: PlayerGear; }