footballdata-api-v2
Version:
Football Data API
16 lines (13 loc) • 357 B
JavaScript
;
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;