interface JsonRpcRequestimport { type JsonRpcRequest } from "https://deno.land/x/typed_rpc@v6.0.0/src/types.ts"; Propertiesjsonrpc: "2.0"optionalid: string | number | nullmethod: stringparams: any[]