import {BaseParameterTestStructure} from "./BaseParameterTestStructure"; import {ThisTypedTestStructure} from "./ThisTypedTestStructure"; export interface ParameteredTestStructure extends ThisTypedTestStructure { parameters?: T[]; }