Interface: $Dictionary
Defined in: projects/plugins/packages/i18next/src/lib/types.ts:21
This is a re-exported type from i18next. It is essentially an object of key-value pairs, where the key is a string and the value is any.
Indexable
[key
: string
]: any