src/lib/open-api.ts
OpenAPIV3.OperationObject
Properties |
method |
method:
|
Type : string
|
path |
path:
|
Type : string
|
import { OpenAPIV3 } from 'openapi-types';
export interface OperationObjectWithMetadata extends OpenAPIV3.OperationObject {
path: string;
method: string;
}