export interface ITypeInfo { overallCategory: string; category: string; subCategory: string; lowItemId: number; highItemId: number; }