export interface Note { id: string; created: string; modified: string; title: string; $t: string; }