Spaces:
Runtime error
Runtime error
File size: 230 Bytes
442a1fe | 1 2 3 4 5 6 7 8 9 10 | /* generated using openapi-typescript-codegen -- do not edit */
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
export type ValidationError = {
loc: Array<string | number>;
msg: string;
type: string;
};
|