FeedItem
type FeedItem<TCustom> = | Activity<TCustom>| PromotedActivity<TCustom>;One rendered row: a real activity, or a promoted one. Branch with 'promoted' in item.
Type Parameters
Section titled “Type Parameters”| Type Parameter | Default type |
|---|---|
TCustom |
Record<string, unknown> |