UNPKG

node-web-mvc

Version:
6 lines (5 loc) 195 B
import { MethodInvocation } from './MethodInvocation'; export default interface ProxyMethodInvocation extends MethodInvocation { getProxy(): object; setArguments(...args: any[]): void; }