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;
|
||||
}
|
||||
|
||||
@@ -24,6 +24,7 @@ export interface Comment {
|
||||
text: string;
|
||||
createdAt: Date;
|
||||
author?: string;
|
||||
stars?: number;
|
||||
}
|
||||
|
||||
export interface ItemsListResponse {
|
||||
|
||||
Reference in New Issue
Block a user