UNPKG

banjo-kentico-cloud-delivery

Version:
12 lines 301 B
var Element = /** @class */ (function () { function Element(data) { /** * Array of options if the field has some */ this.options = []; Object.assign(this, data); } return Element; }()); export { Element }; //# sourceMappingURL=element.class.js.map