export interface ReleaseNoteInterface { version: string; notes: string[]; }