type alias RealtimeFrameKind
Since 0.2.0

Which kind of broadcast group a RealtimeFrame addresses.

One backplane topic carries both, so a consumer must ignore the other kind rather than assume every frame is its own — a WebSocket room and an SSE channel may legitimately share a name.

Definition

"ws-room" | "sse-channel"

Usage

import { type RealtimeFrameKind } from "realtime-backplane-plugin/src/index.ts";