UNPKG

vitepress-openapi

Version:

Generate VitePress API Documentation from OpenAPI Specification.

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