Select the types of activity you want to include in your feed.
1export interface BreadcrumbProps { 2 base?: string; 3} 4 5export interface BreadcrumbPath { 6 name: string; 7 href: string; 8}