Skip to content

Commit

Permalink
Update index.d.ts
Browse files Browse the repository at this point in the history
Fixing missing Import of `InitOptions`
  • Loading branch information
tim-personio committed Apr 21, 2020
1 parent 0e1a48c commit 7a75f95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
@@ -1,4 +1,4 @@
import { BackendModule, Services, ReadCallback } from 'i18next';
import { BackendModule, Services, ReadCallback, InitOptions } from 'i18next';

export interface FetchOptions {
loadPath: string,
Expand Down

0 comments on commit 7a75f95

Please sign in to comment.