import {DecoratorStructure} from "./../general"; export interface DecoratableStructure { decorators?: DecoratorStructure[]; }