improvements are done
This commit is contained in:
@@ -16,4 +16,6 @@ export interface Subcategory {
|
||||
img?: string;
|
||||
categoryId: string;
|
||||
itemCount?: number;
|
||||
subcategories?: Subcategory[];
|
||||
hasItems?: boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user