method
RiduClient.globalVersions
RiduClient.globalVersions<
Slug extends VersionGlobalSlug<Config>,
const Options extends LocaleOptions<LocaleFor<Config>> | undefined = undefined,
>(
slug: Slug,
options?: Options,
): Promise<
Version<
LocaleResult<
GlobalOutputFor<Config, Slug>,
GlobalAllLocalesOutputFor<Config, Slug>,
Options,
>,
>[]
>List stored versions for a versioned global with locale-dependent snapshot types.
Related types
VersionGlobalSlugGlobal slugs with the generated versions capability.
LocaleOptionsLocalized read and write options.
VersionA stored version snapshot; its wire keys intentionally use capital initials.
GlobalOutputForResolve a global output type.
GlobalAllLocalesOutputForResolve locale-keyed global output when generated, otherwise ordinary output.