UNPKG

vitepress-openapi

Version:

Generate VitePress API Documentation from OpenAPI Specification.

3 lines (2 loc) 138 B
import type { OpenAPI } from '@scalar/openapi-types'; export declare function hasExample(schema: Partial<OpenAPI.SchemaObject>): boolean;