UNPKG

kentico-cloud-delivery

Version:

Official Kentico Cloud Delivery SDK

19 lines 433 B
"use strict"; exports.__esModule = true; var ElementOption = /** @class */ (function () { function ElementOption( /** * Name of the option */ name, /** * Value of the option */ codename) { this.name = name; this.codename = codename; } return ElementOption; }()); exports.ElementOption = ElementOption; //# sourceMappingURL=element-option.class.js.map