UNPKG

xero-node

Version:

Xero NodeJS OAuth 2.0 client for xero-node

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