Select the types of activity you want to include in your feed.
1declare global { 2 interface Window { 3 prefetch: (url: string, options?: { prerender?: boolean; eagerness?: string }) => void; 4 } 5} 6 7export {};