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

x/s3si/src/types.ts>GameExporter

Export your battles from SplatNet to https://stat.ink
Go to Latest
type alias GameExporter
import { type GameExporter } from "https://deno.land/x/s3si@ci/src/types.ts";
definition: { name: string; notExported: (unnamed 0: { type: Game["type"]; list: string[]; }) => Promise<string[]>; exportGame: (game: Game) => Promise<ExportResult>; exportSummary?: (summary: Summary) => Promise<ExportResult>; }