Skip to main content
Module

x/ddapps/operation.ts>IResponsePayload

Deno distributed applications framework
Latest
interface IResponsePayload
import { type IResponsePayload } from "https://deno.land/x/ddapps@1.6.5/operation.ts";

Properties

[[EOpType.Crash]]: null
[[EOpType.Any]]: unknown
[[EOpType.Ping]]: null
[[EOpType.Pong]]: number
[[EOpType.MonOp]]: IMonOp
[[EOpType.Trace]]: string | EComponent
[[EOpType.MonWatch]]: { key: string; value: unknown; }