export const COLLECTIONS = {
  config: "config",
  expertise: "expertise",
  team: "team",
  posts: "posts",
  messages: "messages",
  admins: "admins",
  registeredUsers: "registeredUsers",
  /** Müvekkil yorumu başvuruları; yalnızca status=approved olanlar sitede gösterilir */
  testimonialSubmissions: "testimonialSubmissions",
} as const;

export const CONFIG_DOCS = {
  hero: "hero",
  home: "home",
  settings: "settings",
  about: "about",
} as const;
