Skip to content

Commit

Permalink
fix: product type
Browse files Browse the repository at this point in the history
  • Loading branch information
jsapro committed Jan 11, 2024
1 parent 22fd3aa commit 5cbe68f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/contexts/cart-context.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,10 @@ type ProductItem = {
photo: string;
category: string;
quantity: number;
created_at: number;
final_price: number;
total_price: number;
amount: number;
measure_unit: string;
};

type CartDataItem = {
Expand Down

0 comments on commit 5cbe68f

Please sign in to comment.