Files
web-menu-react-version/src/i18n/i18next.d.ts
2025-10-04 18:22:24 +03:00

9 lines
172 B
TypeScript

import "i18next";
// declare custom type options so the return is always a string.
declare module "i18next" {
interface CustomTypeOptions {
returnNull: false;
}
}