sleeper-api-tsclient
Version:
Typescript client for the sleeper api
46 lines • 1.17 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.DraftPick = void 0;
var DraftPick = (function () {
function DraftPick() {
}
DraftPick.getAttributeTypeMap = function () {
return DraftPick.attributeTypeMap;
};
DraftPick.discriminator = undefined;
DraftPick.attributeTypeMap = [
{
"name": "season",
"baseName": "season",
"type": "string",
"format": ""
},
{
"name": "round",
"baseName": "round",
"type": "number",
"format": ""
},
{
"name": "rosterId",
"baseName": "roster_id",
"type": "number",
"format": ""
},
{
"name": "previousOwnerId",
"baseName": "previous_owner_id",
"type": "number",
"format": ""
},
{
"name": "ownerId",
"baseName": "owner_id",
"type": "number",
"format": ""
}
];
return DraftPick;
}());
exports.DraftPick = DraftPick;
//# sourceMappingURL=DraftPick.js.map