Fix
This commit is contained in:
@@ -4,9 +4,9 @@ export interface Product {
|
||||
description: string;
|
||||
unitType: string;
|
||||
category: string;
|
||||
tieredPricing: Array<{
|
||||
pricing: Array<{
|
||||
minQuantity: number;
|
||||
pricePerUnit: number;
|
||||
}>;
|
||||
image?: string | File | null;
|
||||
image?: string | File | null | undefined;
|
||||
}
|
||||
Reference in New Issue
Block a user