UNPKG

xero-node

Version:

Xero NodeJS OAuth 2.0 client for xero-node

23 lines 565 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ReportCell = void 0; class ReportCell { static getAttributeTypeMap() { return ReportCell.attributeTypeMap; } } exports.ReportCell = ReportCell; ReportCell.discriminator = undefined; ReportCell.attributeTypeMap = [ { "name": "value", "baseName": "Value", "type": "string" }, { "name": "attributes", "baseName": "Attributes", "type": "Array<ReportAttribute>" } ]; //# sourceMappingURL=reportCell.js.map