UNPKG

galeforce-tmp-sea

Version:

A customizable, promise-based, and command-oriented TypeScript library for the Riot Games API.

11 lines 246 B
interface MatchlistEntryDTO { matchId: string; gameStartTimeMillis: number; teamId: string; } export interface ValMatchlistDTO { puuid: string; history: MatchlistEntryDTO[]; } export {}; //# sourceMappingURL=matchlist.d.ts.map