export type versionNotes = { title: string; date: Date | string; link: string; html: string; };