mirror of
https://github.com/vercel/commerce.git
synced 2025-05-18 07:26:59 +00:00
refactor: change order of items
This commit is contained in:
parent
6c060582ec
commit
8d9fb8752c
@ -8,8 +8,8 @@ const defaultOpts = {}
|
||||
export type Wishlist = {
|
||||
items: [
|
||||
{
|
||||
product_id: number
|
||||
variant_id: number
|
||||
product_id: number
|
||||
id: number
|
||||
product: Product
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user