interface
CopyLocaleInput
interface CopyLocaleInput<Locale extends string = string> { ... }Source and destination locale codes for a copy operation.
Source packages/sdk/src/index.ts:47
fromLocale- The from value.
toLocale- The to value.