We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 505d704 commit 1d9f5b3Copy full SHA for 1d9f5b3
src/json-rpc.type.ts
@@ -30,6 +30,7 @@ export type JsonRpcParamsSchemaByPositional = any[]
30
export type JsonRpcParamsSchema =
31
| JsonRpcParamsSchemaByName
32
| JsonRpcParamsSchemaByPositional
33
+ | undefined
34
35
export type PayloadTypeError = 'error'
36
export type PayloadTypeNotification = 'notification'
0 commit comments