export interface FieldsData { id: string; name: string; type: string; value?: string | null; }