add Categories management: create CategoriesList component, update admin navbar, and integrate category handling in product forms
This commit is contained in:
5
client/src/app/interfaces/condition.ts
Normal file
5
client/src/app/interfaces/condition.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export interface Condition {
|
||||
id: string | number;
|
||||
name: string;
|
||||
displayName: string;
|
||||
}
|
||||
Reference in New Issue
Block a user