export interface ErrorDisplayProps { error?: { type?: 'required' | 'minLength' | 'maxLength' | 'pattern' | string; message?: string; } | null; }