Skip to content
Snippets Groups Projects
ValidationError.ts 239 B
Newer Older
  • Learn to ignore specific revisions
  • /* 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;
    };