UNPKG

trn-rocket-league

Version:

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

6 lines (5 loc) 116 B
import { Match } from './'; export default class Session { matches: Match[]; constructor(data: any); }