UNPKG

node-web-mvc

Version:
9 lines (8 loc) 209 B
import ElementType from './ElementType'; export default interface IRuntimeAnnotation { elementType: ElementType; nativeAnnotation: any; method: Function; name: string; paramName: string; }