export interface ISubCategory { CategoryId ?: number; SubCategoryId?: number; SubCategoryDescription?: string; }