espial-0.0.40: frontend/src/@types/i18next.d.ts
import { defaultNS, fallbackNS } from '../i18n';
import resources from './resources';
declare module 'i18next' {
interface CustomTypeOptions {
defaultNS: typeof defaultNS;
fallbackNS: typeof fallbackNS;
resources: typeof resources;
}
}