import type { ValidationError } from "./ValidationError"; export type HTTPValidationError = { detail?: Array; };