export interface Field { fieldName: string; description: string; fieldType: string; isRequired: boolean; }