boldsign
Version:
NodeJS client for boldsign
18 lines • 506 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.BrandingRecords = void 0;
class BrandingRecords {
static getAttributeTypeMap() {
return BrandingRecords.attributeTypeMap;
}
}
exports.BrandingRecords = BrandingRecords;
BrandingRecords.discriminator = undefined;
BrandingRecords.attributeTypeMap = [
{
"name": "result",
"baseName": "result",
"type": "Array<ViewBrandDetails>"
}
];
//# sourceMappingURL=brandingRecords.js.map