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

x/s3si/src/state.ts>State

Export your battles from SplatNet to https://stat.ink
Go to Latest
type alias State
import { type State } from "https://deno.land/x/s3si@gui-v0.4.16/src/state.ts";
definition: { loginState?: LoginState; fGen: string; appUserAgent?: string; userLang?: string; userCountry?: string; rankState?: RankState; cacheDir: string; statInkApiKey?: string; fileExportPath: string; monitorInterval: number; splashcatApiKey?: string; }