Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/s3si/src/exporters/file.ts>FileExporterType

Export your battles from SplatNet to stat.ink
Go to Latest
type alias FileExporterType
import { type FileExporterType } from "https://deno.land/x/s3si@v0.1.8/src/exporters/file.ts";
definition: { type: "VS" | "COOP"; nsoVersion: string; s3siVersion: string; exportTime: string; data: VsInfo | CoopInfo; }