ActivityPlug API / @activityplug/core / TimelineUpdateStreamEvent
Interface: TimelineUpdateStreamEvent
Defined in: packages/core/src/types/streaming.ts:23
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
post
readonlypost:Post
Defined in: packages/core/src/types/streaming.ts:26
raw?
readonlyoptionalraw?:unknown
Defined in: packages/core/src/types/streaming.ts:20
Inherited from
stream
readonlystream:"timeline"
Defined in: packages/core/src/types/streaming.ts:25
Overrides
type
readonlytype:"timeline.update"
Defined in: packages/core/src/types/streaming.ts:24