export interface ISuperCategory { SubCategoryId ?: number; SuperCategorId?: number; SuperCategoryDescription?: string; }