UNPKG

openapi-modifier

Version:

This package allows you to automate the process of modifying OpenAPI specifications by applying a set of predefined rules

4 lines (3 loc) 228 B
import { OpenAPIFileT } from '../../../openapi'; import { OperationObject } from '../openapi-models'; export declare const getOperationSchema: (openAPIFile: OpenAPIFileT, path: string, method: string) => OperationObject | null;