import type { IDetailedInfoData } from './IDetailedInfoData' export interface IDetailedInfo { detailedInfo: IDetailedInfoData | null widgetView: 'vertical' | 'horizontal-small' | 'horizontal-medium' | 'horizontal-large' popupTitle: string isPopupShow: boolean isLoading: boolean readonly: boolean }