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

x/s3si/src/types.ts>XMatchMeasurement

Export your battles from SplatNet to https://stat.ink
Go to Latest
type alias XMatchMeasurement
import { type XMatchMeasurement } from "https://deno.land/x/s3si@ci/src/types.ts";
definition: { state: "COMPLETED" | "INPROGRESS"; xPowerAfter: null | number; isInitial: boolean; winCount: number; loseCount: number; maxInitialBattleCount: number; maxWinCount: number; maxLoseCount: number; vsRule: { name: string; rule: string; id: string; }; }