Variable $HTTPValidationErrorConst
$HTTPValidationError: {
properties: {
detail: {
contains: {
type: "ValidationError";
};
type: "array";
};
};
} = ...
Type declaration
Readonly properties: {
detail: {
contains: {
type: "ValidationError";
};
type: "array";
};
}
Readonly detail: {
contains: {
type: "ValidationError";
};
type: "array";
}
Readonly contains: {
type: "ValidationError";
}
Readonly type: "ValidationError"
Readonly type: "array"