UNPKG

footballdata-api-v2

Version:
16 lines (13 loc) 357 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports["default"] = void 0; var StandingType; (function (StandingType) { StandingType["HOME"] = "HOME"; StandingType["AWAY"] = "AWAY"; StandingType["TOTAL"] = "TOTAL"; })(StandingType || (StandingType = {})); var _default = StandingType; exports["default"] = _default;