Select the types of activity you want to include in your feed.
1export interface BannerProps { 2 message: string; 3 linkText?: string; 4 linkUrl?: string; 5 onClose?: () => void; 6 className?: string; 7}