import "i18next"; import translation from "../lib/i18n/locales/en/translation.json"; declare module "i18next" { // Extend CustomTypeOptions interface CustomTypeOptions { defaultNS: "translation"; resources: { translation: typeof translation; }; } }