Select the types of activity you want to include in your feed.
1export type Review = { 2 id: string; 3 name: string; 4 rating: number; 5 text: string; 6};