UNPKG

trn-rocket-league

Version:

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

8 lines (7 loc) 191 B
import { PlaylistStats } from '../classes'; export type ExtraStats = { hoops: PlaylistStats; rumble: PlaylistStats; dropshot: PlaylistStats; snowday: PlaylistStats; };