UNPKG

kentico-cloud-delivery

Version:

Official Kentico Cloud Delivery SDK

14 lines 362 B
"use strict"; exports.__esModule = true; var Element = /** @class */ (function () { function Element(data) { /** * Array of options if the field has some */ this.options = []; Object.assign(this, data); } return Element; }()); exports.Element = Element; //# sourceMappingURL=element.class.js.map