import {AsyncableStructure, DecoratableStructure, BaseFunctionStructure, FunctionBodyWriteableStructure} from "./../../base"; import {BaseClassMethodParameterStructure} from "./BaseClassMethodParameterStructure"; import {ScopedStructure} from "./ScopedStructure"; export interface BaseClassMethodStructure extends BaseFunctionStructure, AsyncableStructure, DecoratableStructure, ScopedStructure, FunctionBodyWriteableStructure { }