UNPKG

openapi2aspida

Version:

Convert OpenAPI 3.0 or Swagger 2.0 definitions into aspida

12 lines 327 B
import type { OpenAPIV3 } from 'openapi-types'; declare const _default: (openapi: OpenAPIV3.Document) => { openapi: OpenAPIV3.Document<{}>; baseURL: string; types: string | null; files: { file: string[]; methods: string; }[]; }; export default _default; //# sourceMappingURL=buildV3.d.ts.map