import {BasePropertyStructure, DocumentationedStructure} from "./../base"; export interface InterfacePropertyStructure extends BasePropertyStructure, DocumentationedStructure { }