UNPKG

xero-node

Version:

Xero NodeJS OAuth 2.0 client for xero-node

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