type
GlobalAllLocalesOutputFor
type GlobalAllLocalesOutputFor<
Config extends RiduConfigShape,
Slug extends GlobalSlug<Config>,
> =
GlobalContractFor<Config, Slug> extends { allOutput: infer Output }
? Output
: GlobalOutputFor<Config, Slug>Resolve locale-keyed global output when generated, otherwise ordinary output.
Related types
GlobalContractForResolve the generated contract for one global slug.