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 {