Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/earthstar/src/test/rpc-dep-node.ts>EnvelopeResponseWithData

A specification and Javascript library for building online tools you can truly call your own.
Go to Latest
interface EnvelopeResponseWithData
import { type EnvelopeResponseWithData } from "https://deno.land/x/earthstar@v9.3.3/src/test/rpc-dep-node.ts";

Type Parameters

BagType extends FnsBag
Method extends keyof BagType

Properties

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