export interface IAlertData { title: string; subtitle?: string | ''; modalLogo?: string; innerValueNo?: string; innerValueYes?: string; innerValueOK?: string; noValue?: string; yesValue?: string; okValue?: string; }