32 lines
580 B
TypeScript
32 lines
580 B
TypeScript
/* generated using openapi-typescript-codegen -- do not edit */
|
|
/* istanbul ignore file */
|
|
/* tslint:disable */
|
|
/* eslint-disable */
|
|
export const $ValidationError = {
|
|
properties: {
|
|
loc: {
|
|
type: 'array',
|
|
contains: {
|
|
type: 'any-of',
|
|
contains: [
|
|
{
|
|
type: 'string',
|
|
},
|
|
{
|
|
type: 'number',
|
|
},
|
|
],
|
|
},
|
|
isRequired: true,
|
|
},
|
|
msg: {
|
|
type: 'string',
|
|
isRequired: true,
|
|
},
|
|
type: {
|
|
type: 'string',
|
|
isRequired: true,
|
|
},
|
|
},
|
|
} as const;
|