UNPKG
@zomlit/tsleague
Version:
latest (1.0.0)
1.0.0
RL wrapper in TypeScript
@zomlit/tsleague
/
dist
/
interfaces
/
RocketLeagueAPIOptions.d.ts
8 lines
(7 loc)
•
209 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
AccountType
}
from
'../enum/AccountType'
;
import
{
Season
}
from
'../enum/Season'
;
export
interface
RocketLeagueAPIOptions
{
season
?:
Season
;
accountType
:
AccountType
;
username
:
string
; }