Skip to content

ActivityPlug API / @activityplug/core / NotificationStreamEvent

Interface: NotificationStreamEvent

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

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


notification

readonly notification: Notification

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


raw?

readonly optional raw?: unknown

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

Inherited from

StreamEventBase.raw


stream

readonly stream: "notifications"

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

Overrides

StreamEventBase.stream


type

readonly type: "notification"

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