ActivityPlug API / @activityplug/core / NotificationStreamEvent
Interface: NotificationStreamEvent
Defined in: packages/core/src/types/streaming.ts:29
Extends
Properties
emittedAt?
readonlyoptionalemittedAt?:string
Defined in: packages/core/src/types/streaming.ts:19
Inherited from
id?
readonlyoptionalid?:string
Defined in: packages/core/src/types/streaming.ts:17
Inherited from
notification
readonlynotification:Notification
Defined in: packages/core/src/types/streaming.ts:32
raw?
readonlyoptionalraw?:unknown
Defined in: packages/core/src/types/streaming.ts:20
Inherited from
stream
readonlystream:"notifications"
Defined in: packages/core/src/types/streaming.ts:31
Overrides
type
readonlytype:"notification"
Defined in: packages/core/src/types/streaming.ts:30