type
GlobalSlug
type GlobalSlug<Config extends RiduConfigShape> = keyof NonNullable<Config["globals"]> &
stringThe generated union of global slugs.
type
type GlobalSlug<Config extends RiduConfigShape> = keyof NonNullable<Config["globals"]> &
stringThe generated union of global slugs.