UNPKG

kentico-cloud-delivery

Version:

Official Kentico Cloud Delivery SDK

17 lines (16 loc) 411 B
/** * Represents codename of Kentico Cloud element types */ export declare enum ElementType { Text = "text", Number = "number", ModularContent = "modular_content", Asset = "asset", DateTime = "date_time", RichText = "rich_text", MultipleChoice = "multiple_choice", UrlSlug = "url_slug", Taxonomy = "taxonomy", Custom = "custom", Unknown = "unknown" }