export interface IModalData { isActive: boolean; name?: string; }