export interface ReleaseNotes { show: boolean notes: Notes[] } export interface Notes { title: string description: string }