UNPKG

biketag

Version:

The Javascript client API for BikeTag Games

6 lines (5 loc) 372 B
import { getStatsPayload } from '../common/payloads'; import { BikeTagApiResponse, StatsReportData } from '../common/types'; import { default as TinyCache } from 'tinycache'; import { S3Client } from '@aws-sdk/client-s3'; export declare function getStats(client: S3Client, payload: getStatsPayload, cache?: typeof TinyCache): Promise<BikeTagApiResponse<StatsReportData>>;