export interface Note { name: string; content: any; }