Skip to main content

Interface: SCFeedUnitActivityType

Interface SCFeedUnitActivityType. FeedUnit Activity Schema.

Properties

active_at

active_at: Date

Time of activity

Defined in

feed.ts:89


author

author: SCUserType

The user involved.

Defined in

feed.ts:84


comment

Optional comment: any

The comment if type == SCFeedUnitActivityTypologyType.COMMENT.

Defined in

feed.ts:79


seen_by_id

Optional seen_by_id: number[]

Id of Users that have seen this activity

Defined in

feed.ts:94


type

type: SCFeedUnitActivityTypologyType

The type of the activity.

Defined in

feed.ts:74