export type ThreadedNotePatch = { text: string; author?: string; date?: string; };