type UnknownTranslations = object;
Allows for custom translation keys beyond the built-in ones.
Index Signature#
[key: string]: | string | {}
type UnknownTranslations = object;
Allows for custom translation keys beyond the built-in ones.
[key: string]: | string | {}