import { EntityProperty } from './EntityProperty'; export interface ComplexType { name: string; properties: Array; openType?: boolean; unicode?: boolean; namespace?: string; }