Skip to content

Commit

Permalink
cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
adrai committed Feb 8, 2023
1 parent 10e19c5 commit 52bd19e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { BackendModule, MultiReadCallback, ReadCallback } from "i18next";
import { BackendModule, MultiReadCallback, ReadCallback, ResourceKey } from "i18next";

type LoadPathOption =
| string
Expand Down Expand Up @@ -91,7 +91,7 @@ type RequestCallback = (error: any, response: RequestResponse) => void;

interface RequestResponse {
status: number;
data: string;
data: ResourceKey;
}

export default class I18NextHttpBackend
Expand Down

0 comments on commit 52bd19e

Please sign in to comment.