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

x/s3si/src/types.ts>SummaryFetcher

Export your battles from SplatNet to https://stat.ink
Go to Latest
type alias SummaryFetcher
import { type SummaryFetcher } from "https://deno.land/x/s3si@gui-v0.4.16/src/types.ts";
definition: { fetchSummary<T extends (Queries)[keyof SummaryEnum]>(type: T): Promise<RespMap[T]>; }