Search
Loading...
Skip to content

Type Alias: UnknownTranslations

type UnknownTranslations = object;

Allows for custom translation keys beyond the built-in ones.

Index Signature#

[key: string]:
| string
| {
}