UNPKG

node-web-mvc

Version:
6 lines (5 loc) 170 B
import { Invocation } from './Invocation'; import Method from '../../interface/Method'; export interface MethodInvocation extends Invocation { getMethod(): Method; }