Skip to content

Type Alias: LiveConnectionSourceEvent

LiveConnectionSourceEvent = Readonly<{ cursor?: string; eventId?: string; id?: string | number; node?: unknown; nodeType?: string; targetCursor?: string; type: LiveConnectionEventType; }>

Defined in: packages/fate/src/server/live.ts:24

Released under the MIT License