Type alias OperationObjectWithPath

OperationObjectWithPath: OpenAPIV3.OperationObject & {
    method: string;
    path: string;
}

OperationObjectWithPath is extended type of OpenAPIV3.OperationObject that contains path field and method field for tagsToPaths

Generated using TypeDoc