Type alias ValidationError

ValidationError: {
    loc: string[];
    msg: string;
    type: string;
}

Type declaration

  • loc: string[]
  • msg: string
  • type: string

Generated using TypeDoc