this repo has no description
0
fork

Configure Feed

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

at main 7 lines 121 B view raw
1export type Note = { 2 path: string 3 title: string 4 textContent: string 5 canonicalUrl: string 6 publishedAt: string 7}