xero-node
Version:
Xero NodeJS OAuth 2.0 client for xero-node
18 lines • 497 B
JavaScript
;
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