export type ValidationError = { loc: Array; msg: string; type: string; };