import {BaseFunctionTestStructure} from "./../base"; import {InterfaceMethodParameterTestStructure} from "./InterfaceMethodParameterTestStructure"; export interface InterfaceMethodTestStructure extends BaseFunctionTestStructure { }