Select the types of activity you want to include in your feed.
1export type Note = { 2 path: string 3 title: string 4 textContent: string 5 canonicalUrl: string 6 publishedAt: string 7}