export interface BoInstanceSelectorRequest { businessObjectId: string; boInstanceIds: string[]; fieldIds: string[]; ownerFieldId: string; ownerBoId: string; ownerBoInstanceId: string; }