UNPKG

xero-node

Version:

Xero NodeJS OAuth 2.0 client for xero-node

28 lines 696 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EmployeeLeaves = void 0; class EmployeeLeaves { static getAttributeTypeMap() { return EmployeeLeaves.attributeTypeMap; } } exports.EmployeeLeaves = EmployeeLeaves; EmployeeLeaves.discriminator = undefined; EmployeeLeaves.attributeTypeMap = [ { "name": "pagination", "baseName": "pagination", "type": "Pagination" }, { "name": "problem", "baseName": "problem", "type": "Problem" }, { "name": "leave", "baseName": "leave", "type": "Array<EmployeeLeave>" } ]; //# sourceMappingURL=employeeLeaves.js.map