refactor: change order of items

This commit is contained in:
Bolaji Ayodeji 2021-12-20 20:38:00 +01:00 committed by Alessandro Casazza
parent 6c060582ec
commit 8d9fb8752c
No known key found for this signature in database
GPG Key ID: 3AF41B06C6495D3D

View File

@ -8,8 +8,8 @@ const defaultOpts = {}
export type Wishlist = { export type Wishlist = {
items: [ items: [
{ {
product_id: number
variant_id: number variant_id: number
product_id: number
id: number id: number
product: Product product: Product
} }