wahhhh
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
export interface Category {
|
||||
_id: string;
|
||||
name: string;
|
||||
parentId?: string
|
||||
parentId?: string;
|
||||
order?: number;
|
||||
}
|
||||
Reference in New Issue
Block a user