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

x/s3si/src/types.ts>BattleListNode

Export your battles from SplatNet to https://stat.ink
Go to Latest
type alias BattleListNode
import { type BattleListNode } from "https://deno.land/x/s3si@ci/src/types.ts";
definition: { id: string; udemae?: string; judgement:
| "LOSE"
| "WIN"
| "DEEMED_LOSE"
| "EXEMPTED_LOSE"
| "DRAW"
; bankaraMatch: null | { earnedUdemaePoint: null | number; }; }