import {BaseParameterStructure} from "./../base"; export interface InterfaceMethodParameterStructure extends BaseParameterStructure { }