Type alias ValidationError

ValidationError: {
    message: string;
    path: string;
}

Type declaration

  • message: string
  • path: string

Generated using TypeDoc