Sign in
apache
/
burr
/
refs/heads/proxy_object
/
.
/
telemetry
/
ui
/
src
/
api
/
models
/
ValidationError.ts
blob: f2ff49a2b9ad95d18a90c95dc2a7c0b60b7e85e7 [
file
]
/* generated using openapi-typescript-codegen -- do no edit */
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
export
type
ValidationError
=
{
loc
:
Array
<(
string
|
number
)>;
msg
:
string
;
type
:
string
;
};