Skip to content

Commit

Permalink
types: static type prop
Browse files Browse the repository at this point in the history
  • Loading branch information
adrai committed Nov 25, 2022
1 parent 68ae518 commit 0e09aa1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.d.ts
Expand Up @@ -97,6 +97,7 @@ interface RequestResponse {
export default class I18NextHttpBackend
implements BackendModule<BackendOptions>
{
static type: "backend";
constructor(services?: any, options?: BackendOptions);
init(services?: any, options?: BackendOptions): void;
readMulti?(
Expand Down

0 comments on commit 0e09aa1

Please sign in to comment.