import { BoFieldWithValue } from './BoFieldWithValue'; export interface BoInstanceToSave { businessId: string; isForCreate: boolean; businessObjectId: string; fields: BoFieldWithValue[]; returnRecordFieldIds: string[]; draftId: string; }