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

x/s3si/src/types.ts>VsTeam

Export your battles from SplatNet to https://stat.ink
Go to Latest
type alias VsTeam
import { type VsTeam } from "https://deno.land/x/s3si@ci/src/types.ts";
definition: { players: VsPlayer[]; color: Color; tricolorRole:
| null
| "DEFENSE"
| "ATTACK1"
| "ATTACK2"
; festTeamName: null | string; result: null | { paintRatio: null | number; score: null | number; }; }