import { HttpMethod } from '../Model'; export interface RouteDefinition { path: string; requestMethod: HttpMethod; methodName: string; }