refactor: reorganize component files and update import paths; add PsItem and PsProduct interfaces
This commit is contained in:
7
client/src/app/interfaces/product-list-item.ts
Normal file
7
client/src/app/interfaces/product-list-item.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
export interface ProductListItem {
|
||||
id: number;
|
||||
name: string;
|
||||
id_manufacturer?: number;
|
||||
id_supplier?: number;
|
||||
id_category_default?: number;
|
||||
}
|
||||
Reference in New Issue
Block a user