export type Note = { path: string title: string textContent: string canonicalUrl: string publishedAt: string }