import { SupportedLocale } from './i18n.types'; export type TranslationOverrides = { [K in SupportedLocale]?: Record; };