Skip to content

GlobalSlug

GlobalSlug = GeneratedVexTypes extends object ? S : string

Defined in: packages/core/src/types/generated.ts:262

Union of all global slugs registered in this project’s VexCMS config.

  • Before vex generate: resolves to string.
  • After vex generate: resolves to e.g. "siteSettings" | "navigationConfig".

GeneratedVexTypes for the augmentation interface