Skip to main content
Latest
interface EnvelopeResponseWithData
import { type EnvelopeResponseWithData } from "https://deno.land/x/earthstar_streaming_rpc@v5.0.1/src/types-envelope.ts";

Type Parameters

BagType extends FnsBag
Method extends keyof BagType

Properties

kind: "RESPONSE"
fromDeviceId: string
envelopeId: string
data: ReturnType<BagType[Method]>