Type Alias JsonRpcNotification

JsonRpcNotification: { jsonrpc: "2.0"; method: string; params?: JsonRpcParams }

Type declaration

  • jsonrpc: "2.0"
  • method: string
  • Optionalparams?: JsonRpcParams