UNPKG

banjo-kentico-cloud-delivery

Version:
17 lines 361 B
var ElementOption = /** @class */ (function () { function ElementOption( /** * Name of the option */ name, /** * Value of the option */ codename) { this.name = name; this.codename = codename; } return ElementOption; }()); export { ElementOption }; //# sourceMappingURL=element-option.class.js.map