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

x/s3si/src/types.ts>BankaraMatchChallenge

Export your battles from SplatNet to https://stat.ink
Latest
type alias BankaraMatchChallenge
import { type BankaraMatchChallenge } from "https://deno.land/x/s3si@gui-v0.4.20/src/types.ts";
definition: { winCount: number; loseCount: number; maxWinCount: number; maxLoseCount: number; state: "FAILED" | "SUCCEEDED" | "INPROGRESS"; isPromo: boolean; isUdemaeUp: boolean | null; udemaeAfter: string | null; earnedUdemaePoint: number | null; }