UNPKG

vitepress-openapi

Version:

Generate VitePress API Documentation from OpenAPI Specification.

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