UNPKG

xero-node

Version:

Xero NodeJS OAuth 2.0 client for xero-node

28 lines 665 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Contacts = void 0; class Contacts { static getAttributeTypeMap() { return Contacts.attributeTypeMap; } } exports.Contacts = Contacts; Contacts.discriminator = undefined; Contacts.attributeTypeMap = [ { "name": "pagination", "baseName": "pagination", "type": "Pagination" }, { "name": "warnings", "baseName": "Warnings", "type": "Array<ValidationError>" }, { "name": "contacts", "baseName": "Contacts", "type": "Array<Contact>" } ]; //# sourceMappingURL=contacts.js.map