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