UNPKG

vitepress-openapi

Version:

Generate VitePress API Documentation from OpenAPI Specification.

3 lines (2 loc) 139 B
import type { OARequest } from './request'; export declare function generateCodeSample(lang: string, request: OARequest): Promise<string>;