redesing product lists
This commit is contained in:
@@ -62,6 +62,7 @@ export interface ProductInEvent {
|
||||
product_id: number;
|
||||
amount: number;
|
||||
price: number;
|
||||
discount: boolean;
|
||||
}
|
||||
|
||||
export interface ProductWithEventData {
|
||||
@@ -74,6 +75,7 @@ export interface ProductWithEventData {
|
||||
weight_unit: string;
|
||||
amount: number;
|
||||
price: number;
|
||||
discount: boolean;
|
||||
}
|
||||
|
||||
export interface ShoppingEvent {
|
||||
|
||||
Reference in New Issue
Block a user