UNPKG

@synotech/utils

Version:

a collection of utilities for internal use

7 lines (6 loc) 432 B
/** * @module cms * @description A list of content collection types for Synotech CMS */ export declare const cms: readonly ["insights", "pages", "users", "categories", "components", "clients", "downloads", "elements", "downloads", "widgets", "faqs", "events", "galleries", "heros", "jobs", "media", "prompts", "statistics", "subscribers", "taxonomies", "teams", "settings"]; export declare type Cms = (typeof cms)[number];