UNPKG

sleeper-api-tsclient

Version:

Typescript client for the sleeper api

82 lines 2.06 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DraftSettings = void 0; var DraftSettings = (function () { function DraftSettings() { } DraftSettings.getAttributeTypeMap = function () { return DraftSettings.attributeTypeMap; }; DraftSettings.discriminator = undefined; DraftSettings.attributeTypeMap = [ { "name": "teams", "baseName": "teams", "type": "number", "format": "" }, { "name": "slotsWr", "baseName": "slots_wr", "type": "number", "format": "" }, { "name": "slotsTe", "baseName": "slots_te", "type": "number", "format": "" }, { "name": "slotsRb", "baseName": "slots_rb", "type": "number", "format": "" }, { "name": "slotsQb", "baseName": "slots_qb", "type": "number", "format": "" }, { "name": "slotsK", "baseName": "slots_k", "type": "number", "format": "" }, { "name": "slotsFlex", "baseName": "slots_flex", "type": "number", "format": "" }, { "name": "slotsDef", "baseName": "slots_def", "type": "number", "format": "" }, { "name": "slotsBn", "baseName": "slots_bn", "type": "number", "format": "" }, { "name": "rounds", "baseName": "rounds", "type": "number", "format": "" }, { "name": "pickTimer", "baseName": "pick_timer", "type": "number", "format": "" } ]; return DraftSettings; }()); exports.DraftSettings = DraftSettings; //# sourceMappingURL=DraftSettings.js.map