export interface IType { value: String | null; ord: number | null; stringInfo (): any[]; isCompatible (another: IType): boolean; }