catalog connected to backend
This commit is contained in:
@@ -3,6 +3,7 @@ export interface CategoryType {
|
||||
name: string;
|
||||
image: string;
|
||||
description: string;
|
||||
have_sub_category: boolean;
|
||||
}
|
||||
|
||||
export interface SubCategoryType {
|
||||
|
||||
Reference in New Issue
Block a user