Select the types of activity you want to include in your feed.
1export interface CrcCardEntity { 2 name: string 3 responsabilities: string[] 4 collaborators: string[] 5}