From c3c1ac7cf595344973b5486a1b16f1ab49bda41e Mon Sep 17 00:00:00 2001 From: Belen Curcio Date: Sat, 9 Jan 2021 12:07:17 -0300 Subject: [PATCH] More Types --- framework/types.d.ts | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/framework/types.d.ts b/framework/types.d.ts index f15bde593..b804b68a5 100644 --- a/framework/types.d.ts +++ b/framework/types.d.ts @@ -25,7 +25,12 @@ interface ProductPrice { interface Wishlist { id: string - products: Pick[] + products: Pick[] +} + +interface Wishlist { + id: string + products: Pick[] } interface Customer {