UNPKG

vitepress-openapi

Version:

Generate VitePress API Documentation from OpenAPI Specification.

3 lines (2 loc) 150 B
import type { OpenAPI } from '@scalar/openapi-types'; export declare function resolveCircularRef(schema: OpenAPI.SchemaObject): OpenAPI.SchemaObject;