UNPKG

vitepress-openapi

Version:

Generate VitePress API Documentation from OpenAPI Specification.

4 lines (3 loc) 268 B
import type { OAExampleObject } from '../../types'; import type { OAProperty } from '../parser/getSchemaUi'; export declare function getSchemaExample(contentType: string, uiProperties: OAProperty[] | OAProperty, useExample?: boolean): Record<string, OAExampleObject>;