UNPKG

vitepress-openapi

Version:

Generate VitePress API Documentation from OpenAPI Specification.

3 lines (2 loc) 145 B
import type { OpenAPIDocument } from '../../types'; export declare function generateMissingOperationIds(spec: OpenAPIDocument): OpenAPIDocument;