export interface BoFieldWithValue { fieldId: string; value: string; displayValue: string; }