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