UNPKG

@scalar/openapi-parser

Version:

modern OpenAPI parser written in TypeScript

6 lines 283 B
import type { AnyObject } from '../types/index.js'; /** * Transforms ajv errors, finds the positions in the schema and returns an enriched format. */ export declare function transformErrors(specification: AnyObject, errors: any): any; //# sourceMappingURL=transform-errors.d.ts.map