Update products.ts
This commit is contained in:
@@ -2,7 +2,7 @@ export interface Product {
|
|||||||
_id?: string;
|
_id?: string;
|
||||||
name: string;
|
name: string;
|
||||||
description: string;
|
description: string;
|
||||||
unitType: 'pcs' | 'gr' | 'kg' | 'ml';
|
unitType: 'pcs' | 'gr' | 'kg' | 'ml' | 'oz' | 'lb';
|
||||||
category: string;
|
category: string;
|
||||||
enabled?: boolean;
|
enabled?: boolean;
|
||||||
// Stock management fields
|
// Stock management fields
|
||||||
|
|||||||
Reference in New Issue
Block a user