very first commit
This commit is contained in:
6
src/app/models/category.model.ts
Normal file
6
src/app/models/category.model.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export interface Category {
|
||||
categoryID: number;
|
||||
name: string;
|
||||
parentID: number;
|
||||
icon?: string;
|
||||
}
|
||||
Reference in New Issue
Block a user