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