xero-node
Version:
Xero NodeJS OAuth 2.0 client for xero-node
18 lines • 478 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Allocations = void 0;
class Allocations {
static getAttributeTypeMap() {
return Allocations.attributeTypeMap;
}
}
exports.Allocations = Allocations;
Allocations.discriminator = undefined;
Allocations.attributeTypeMap = [
{
"name": "allocations",
"baseName": "Allocations",
"type": "Array<Allocation>"
}
];
//# sourceMappingURL=allocations.js.map