UNPKG

trn-rocket-league

Version:

Track any Rocket League player's stats with the Tracker Network API.

10 lines (9 loc) 202 B
import { MatchStats } from './'; export default class Match { id: string; isGrouped: boolean; date: Date; playlist: string; stats: MatchStats; constructor(data: any); }