this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 5 lines 105 B view raw
1export interface CrcCardEntity { 2 name: string 3 responsabilities: string[] 4 collaborators: string[] 5}