UNPKG

kentico-cloud-delivery

Version:

Official Kentico Cloud Delivery SDK

18 lines 671 B
/** * Represents codename of Kentico Cloud element types */ export var ElementType; (function (ElementType) { ElementType["Text"] = "text"; ElementType["Number"] = "number"; ElementType["ModularContent"] = "modular_content"; ElementType["Asset"] = "asset"; ElementType["DateTime"] = "date_time"; ElementType["RichText"] = "rich_text"; ElementType["MultipleChoice"] = "multiple_choice"; ElementType["UrlSlug"] = "url_slug"; ElementType["Taxonomy"] = "taxonomy"; ElementType["Custom"] = "custom"; ElementType["Unknown"] = "unknown"; })(ElementType || (ElementType = {})); //# sourceMappingURL=element-type.js.map