type alias Requestimport { type Request } from "https://deno.land/x/polkadot@0.2.25/rpc-provider/mock/mockWs.ts"; definition: { method: string; } & (ErrorDef | ReplyDef)