Skip to content

Graphorin API reference v0.1.0


Graphorin API reference / @graphorin/server / / DeliveryCommentaryTransport

Type Alias: DeliveryCommentaryTransport

ts
type DeliveryCommentaryTransport = "ws" | "sse" | "rest";

Defined in: packages/server/src/commentary/types.ts:42

Discriminator surfaced on audit rows + counter labels for the transport that produced the sanitization decision. The cardinality is bounded (3-valued).

Stable