export interface ValidationIssue { path: string; message: string; }