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