import { FormFieldType } from './FormFieldType'; export interface BusinessFieldInstance { fieldId: string; type: FormFieldType; orderIndex: number; label: string; }