export interface IType { name: string; array: boolean; nullable: boolean; }