Closed TrueWill closed 3 years ago
BackendOptions TypeScript interface is missing reloadInterval (at a minimum).
BackendOptions
reloadInterval
https://github.com/i18next/i18next-http-backend/blob/master/index.d.ts#L7
const httpApiOptions: BackendOptions = { loadPath: '/locales/{{lng}}/{{ns}}.json', allowMultiLoading: false, crossDomain: false, reloadInterval: false, // flagged by TypeScript };
No TypeScript errors.
@pedrodurek if you're already in progress of creating a PR for the other issue....
🐛 Bug Report
BackendOptions
TypeScript interface is missingreloadInterval
(at a minimum).https://github.com/i18next/i18next-http-backend/blob/master/index.d.ts#L7
To Reproduce
Expected behavior
No TypeScript errors.
Your Environment