import {IType} from './IType'; export interface IMethodParam { name: string; type: IType; }