biketag
Version:
The Javascript client API for BikeTag Games
6 lines (5 loc) • 365 B
TypeScript
import { ImgurClient } from 'imgur';
import { getStatsPayload } from '../common/payloads';
import { BikeTagApiResponse, StatsReportData } from '../common/types';
import { default as TinyCache } from 'tinycache';
export declare function getStats(client: ImgurClient, payload: getStatsPayload, cache?: typeof TinyCache): Promise<BikeTagApiResponse<StatsReportData>>;