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