UNPKG

xero-node

Version:

Xero NodeJS OAuth 2.0 client for xero-node

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