A payload as it travels the backplane.
readonly
data: string
The payload as a string.
readonly
optional
binary: boolean
True when EncodedPayload.data is base64-encoded binary.
A payload as it travels the backplane.
data: string
The payload as a string.
binary: boolean
True when EncodedPayload.data is base64-encoded binary.
import { type EncodedPayload } from "common/src/index.ts";