fumadocs-openapi
Version:
Generate MDX docs for your OpenAPI spec
7 lines • 383 B
TypeScript
import type { MethodInformation, OperationObject, PathItemObject } from '../types.js';
import type { NoReference } from '../utils/schema.js';
/**
* Summarize method endpoint information
*/
export declare function createMethod(method: string, path: NoReference<PathItemObject>, operation: NoReference<OperationObject>): MethodInformation;
//# sourceMappingURL=create-method.d.ts.map