xero-node
Version:
Xero NodeJS OAuth 2.0 client for xero-node
28 lines • 670 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Timesheets = void 0;
class Timesheets {
static getAttributeTypeMap() {
return Timesheets.attributeTypeMap;
}
}
exports.Timesheets = Timesheets;
Timesheets.discriminator = undefined;
Timesheets.attributeTypeMap = [
{
"name": "pagination",
"baseName": "pagination",
"type": "Pagination"
},
{
"name": "problem",
"baseName": "problem",
"type": "Problem"
},
{
"name": "timesheets",
"baseName": "timesheets",
"type": "Array<Timesheet>"
}
];
//# sourceMappingURL=timesheets.js.map