export interface ValidationError { message: string; loc: string; }