method

RiduClient.copyGlobalLocale

RiduClient.copyGlobalLocale<Slug extends GlobalSlug<Config>>( slug: Slug, input: CopyLocaleInput<LocaleFor<Config>>, options?: RevisionOptions, ): Promise<GlobalOutputFor<Config, Slug>>

Copy localized values between locales on a global; from and to define the locale scope.

Source packages/sdk/src/types.ts:1050

@param slug
The slug value.
@param input
The input value.
@param options
The options value.
@returns
The declared result.

Related types