import { SwaggerRoute } from './swagger-route.interface'; export interface SwaggerRoutable { route: SwaggerRoute; }