import { BusinessFieldViewType } from '../../model/BusinessFieldViewType'; export interface BoInstanceSelectorConfig { type: BusinessFieldViewType; canChangeSettings: boolean; isEditable: boolean; ownerBoId: string; ownerBoInstanceId: string; ownerFieldId: string; costCalcEnabled: boolean; costCalcFieldId: string; costCalcPriceLabel: string; boiDraftId?: string; }