Skip to content

FeedItem

type FeedItem<TCustom> =
| Activity<TCustom>
| PromotedActivity<TCustom>;

One rendered row: a real activity, or a promoted one. Branch with 'promoted' in item.

Type Parameter Default type
TCustom Record<string, unknown>