15 lines
343 B
TypeScript
15 lines
343 B
TypeScript
/* generated using openapi-typescript-codegen -- do no edit */
|
|
/* istanbul ignore file */
|
|
/* tslint:disable */
|
|
/* eslint-disable */
|
|
export const $HTTPValidationError = {
|
|
properties: {
|
|
detail: {
|
|
type: 'array',
|
|
contains: {
|
|
type: 'ValidationError',
|
|
},
|
|
},
|
|
},
|
|
} as const;
|