boldsign
Version:
NodeJS client for boldsign
18 lines • 467 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.BrandCreated = void 0;
class BrandCreated {
static getAttributeTypeMap() {
return BrandCreated.attributeTypeMap;
}
}
exports.BrandCreated = BrandCreated;
BrandCreated.discriminator = undefined;
BrandCreated.attributeTypeMap = [
{
"name": "brandId",
"baseName": "brandId",
"type": "string"
}
];
//# sourceMappingURL=brandCreated.js.map