sleeper-api-tsclient
Version:
Typescript client for the sleeper api
70 lines • 1.82 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SportState = void 0;
var SportState = (function () {
function SportState() {
}
SportState.getAttributeTypeMap = function () {
return SportState.attributeTypeMap;
};
SportState.discriminator = undefined;
SportState.attributeTypeMap = [
{
"name": "week",
"baseName": "week",
"type": "number",
"format": ""
},
{
"name": "seasonType",
"baseName": "season_type",
"type": "SportStateSeasonTypeEnum",
"format": ""
},
{
"name": "seasonStartDate",
"baseName": "season_start_date",
"type": "string",
"format": ""
},
{
"name": "season",
"baseName": "season",
"type": "string",
"format": ""
},
{
"name": "previousSeason",
"baseName": "previous_season",
"type": "string",
"format": ""
},
{
"name": "leg",
"baseName": "leg",
"type": "number",
"format": ""
},
{
"name": "leagueSeason",
"baseName": "league_season",
"type": "string",
"format": ""
},
{
"name": "leagueCreateSeason",
"baseName": "league_create_season",
"type": "string",
"format": ""
},
{
"name": "displayWeek",
"baseName": "display_week",
"type": "number",
"format": ""
}
];
return SportState;
}());
exports.SportState = SportState;
//# sourceMappingURL=SportState.js.map