import { SchemaProperty } from './index'; export interface ISchemaPropertyDeclaration { type: string; items?: SchemaProperty; typeArguments?: Array; }