UNPKG

kentico-cloud-delivery

Version:

Official Kentico Cloud Delivery SDK

12 lines 312 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