Type Alias: LocalizedString
type LocalizedString =
| string
| {
[bcp47Locale: string]: string;
};
Defined in: packages/core/src/types.ts:14
A string, or a map of BCP-47 locale → string.
type LocalizedString =
| string
| {
[bcp47Locale: string]: string;
};
Defined in: packages/core/src/types.ts:14
A string, or a map of BCP-47 locale → string.