sleeper-api-tsclient
Version:
Typescript client for the sleeper api
52 lines • 1.31 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Matchup = void 0;
var Matchup = (function () {
function Matchup() {
}
Matchup.getAttributeTypeMap = function () {
return Matchup.attributeTypeMap;
};
Matchup.discriminator = undefined;
Matchup.attributeTypeMap = [
{
"name": "starters",
"baseName": "starters",
"type": "Array<string>",
"format": ""
},
{
"name": "rosterId",
"baseName": "roster_id",
"type": "number",
"format": ""
},
{
"name": "players",
"baseName": "players",
"type": "Array<string>",
"format": ""
},
{
"name": "matchupId",
"baseName": "matchup_id",
"type": "number",
"format": ""
},
{
"name": "points",
"baseName": "points",
"type": "number",
"format": ""
},
{
"name": "customPoints",
"baseName": "custom_points",
"type": "number",
"format": ""
}
];
return Matchup;
}());
exports.Matchup = Matchup;
//# sourceMappingURL=Matchup.js.map