UNPKG

fumadocs-openapi

Version:

Generate MDX docs for your OpenAPI spec

4 lines 327 B
import type { MethodInformation, RenderContext } from '../../types.js'; import { type RawRequestData } from '../../requests/_shared.js'; export declare function getRequestData(path: string, method: MethodInformation, sampleKey: string | null, _ctx: RenderContext): RawRequestData; //# sourceMappingURL=get-request-data.d.ts.map