UNPKG

xero-node

Version:

Xero NodeJS OAuth 2.0 client for xero-node

18 lines 497 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ReportWithRows = void 0; class ReportWithRows { static getAttributeTypeMap() { return ReportWithRows.attributeTypeMap; } } exports.ReportWithRows = ReportWithRows; ReportWithRows.discriminator = undefined; ReportWithRows.attributeTypeMap = [ { "name": "reports", "baseName": "Reports", "type": "Array<ReportWithRow>" } ]; //# sourceMappingURL=reportWithRows.js.map