This commit is contained in:
NotII
2025-05-23 10:01:32 +01:00
parent 308a816736
commit 10d7307725
6 changed files with 77 additions and 16 deletions

View File

@@ -44,6 +44,7 @@ export interface Product {
stockStatus?: 'in_stock' | 'low_stock' | 'out_of_stock'
unitType: string
category: string
enabled?: boolean
pricing: PricingTier[]
image?: string | File | null
}