import type { ProblemDetails } from './ProblemDetails'; export type HttpValidationProblemDetails = (ProblemDetails & Record);