UNPKG

@zomlit/tsleague

Version:

RL wrapper in TypeScript

8 lines (7 loc) 209 B
import { AccountType } from '../enum/AccountType'; import { Season } from '../enum/Season'; export interface RocketLeagueAPIOptions { season?: Season; accountType: AccountType; username: string; }