UNPKG

footballdata-api-v2

Version:
7 lines (6 loc) 123 B
declare enum StandingType { HOME = "HOME", AWAY = "AWAY", TOTAL = "TOTAL" } export default StandingType;