export type Note = { content: string; lastUpdateTime: Date; id: string; };