export interface BaseFieldProps { label: string; value: T | null; description?: string; required?: boolean; }