export type MissingTranslationModel = { path: string; missingTranslations: { key: string; value: string; }[]; };