UNPKG

routing-controllers-openapi-extended

Version:

Runtime Swagger v2 / OpenAPI v2 specification generation for routing-controllers

4 lines (3 loc) 143 B
import * as oa from 'openapi3-ts'; import { Route } from './types'; export declare function getOperation(route: Route): oa.OperationObject;