Skip to content

Commit

Permalink
fix(provider): type
Browse files Browse the repository at this point in the history
  • Loading branch information
shanejonas committed Jul 22, 2020
1 parent 2df9e47 commit e57d1c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ProviderInterface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export interface ProviderRequestArguments {
}

export interface Provider {
request(args: ProviderRequestArguments): Promise<any>;
request(args: ProviderRequestArguments): Promise<unknown>;
}

export interface ProviderRpcError extends Error {
Expand Down

0 comments on commit e57d1c1

Please sign in to comment.