import {AsyncableTestStructure, DecoratableTestStructure, BaseFunctionTestStructure, FunctionBodyWriteableTestStructure} from "./../../base"; import {BaseClassMethodParameterTestStructure} from "./BaseClassMethodParameterTestStructure"; import {ScopedTestStructure} from "./ScopedTestStructure"; export interface BaseClassMethodTestStructure extends BaseFunctionTestStructure, AsyncableTestStructure, DecoratableTestStructure, FunctionBodyWriteableTestStructure, ScopedTestStructure { }