UNPKG
footballdata-api-v2
Version:
beta (2.0.4)
latest (2.3.0)
2.3.0
2.2.0
2.1.0
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.0.1
1.0.0
Football Data API
github.com/NearHuscarl/FootballDataAPI
NearHuscarl/FootballDataAPI
footballdata-api-v2
/
dist
/
standingType.d.ts
7 lines
(6 loc)
•
123 B
TypeScript
View Raw
1
2
3
4
5
6
7
declare
enum
StandingType
{
HOME
=
"HOME"
,
AWAY
=
"AWAY"
,
TOTAL
=
"TOTAL"
}
export
default
StandingType
;