export interface Note { id: string; createdAt: Date; content: string; }