Skip to content

Commit

Permalink
fix parameters type
Browse files Browse the repository at this point in the history
  • Loading branch information
v1rtl committed Sep 24, 2021
1 parent 557a2e7 commit b7b519c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export type Parameters<T = any> = T[]
export type Parameters<T extends any[] = any[]> = T

export interface JsonRpcRequest {
method: string
Expand Down

0 comments on commit b7b519c

Please sign in to comment.