interface RxRpcResult implements RxResult<F>import { type RxRpcResult } from "https://deno.land/x/polkadot@0.2.12/api-base/types/index.ts"; Type ParametersF extends AnyFunctionPropertiesmeta: DefinitionRpcMethodsraw<T>(...args: Parameters<F>): Observable<T>