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

x/s3si/src/types.ts>VsHistoryDetail

Export your battles from SplatNet to https://stat.ink
Go to Latest
type alias VsHistoryDetail
import { type VsHistoryDetail } from "https://deno.land/x/s3si@ci/src/types.ts";
definition: { id: string; vsRule: { name: string; id: string; rule: VsRule; }; vsMode: { id: string; mode: VsMode; }; vsStage: { id: string; name: string; image: Image; }; xMatch: null | { lastXPower: null | number; }; playedTime: string; bankaraMatch: { earnedUdemaePoint: null | number; mode: "OPEN" | "CHALLENGE"; } | null; festMatch: { dragonMatchType:
| "NORMAL"
| "DECUPLE"
| "DRAGON"
| "DOUBLE_DRAGON"
; contribution: number; myFestPower: number | null; } | null
; myTeam: VsTeam; otherTeams: VsTeam[]; judgement:
| "LOSE"
| "WIN"
| "DEEMED_LOSE"
| "EXEMPTED_LOSE"
| "DRAW"
; knockout:
| null
| undefined
| "NEITHER"
| "WIN"
| "LOSE"
; awards: { name: string; rank: string; }[]; duration: number; }