import {TypeParameterStructure} from "./../general"; export interface TypeParameteredStructure { typeParameters?: TypeParameterStructure[]; }