type
GlobalSelectFor
type GlobalSelectFor<
Config extends RiduConfigShape,
Slug extends GlobalSlug<Config>,
> =
GlobalContractFor<Config, Slug>["select"]Resolve a global projection type.
Related types
GlobalContractForResolve the generated contract for one global slug.