import { FormFieldType } from './FormFieldType'; export interface BusinessFieldRef { fieldId: string; toShow: boolean; orderIndex: number; label: string; type: FormFieldType; checked: boolean; }