Skip to content

ActivityPlug API / @activityplug/core / HeartbeatStreamEvent

Interface: HeartbeatStreamEvent

Defined in: packages/core/src/types/streaming.ts:52

Extends

Properties

emittedAt?

readonly optional emittedAt?: string

Defined in: packages/core/src/types/streaming.ts:19

Inherited from

StreamEventBase.emittedAt


id?

readonly optional id?: string

Defined in: packages/core/src/types/streaming.ts:17

Inherited from

StreamEventBase.id


raw?

readonly optional raw?: unknown

Defined in: packages/core/src/types/streaming.ts:20

Inherited from

StreamEventBase.raw


stream

readonly stream: StreamKind

Defined in: packages/core/src/types/streaming.ts:54

Overrides

StreamEventBase.stream


type

readonly type: "heartbeat"

Defined in: packages/core/src/types/streaming.ts:53