Update frontend to allow categories
This commit is contained in:
5
models/categories.ts
Normal file
5
models/categories.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export interface Category {
|
||||
_id: string;
|
||||
name: string;
|
||||
parentId?: string
|
||||
}
|
||||
Reference in New Issue
Block a user