Add options
This commit is contained in:
@@ -42,7 +42,7 @@ export interface Product {
|
||||
currentStock?: number
|
||||
lowStockThreshold?: number
|
||||
stockStatus?: 'in_stock' | 'low_stock' | 'out_of_stock'
|
||||
unitType: 'pcs' | 'gr' | 'kg' | 'ml'
|
||||
unitType: 'pcs' | 'gr' | 'kg' | 'ml' | 'oz' | 'lb'
|
||||
category: string
|
||||
enabled?: boolean
|
||||
pricing: PricingTier[]
|
||||
|
||||
Reference in New Issue
Block a user