export interface Field { visible: boolean; values: string[]; fieldControlId: string; }