mirror of
https://github.com/vercel/commerce.git
synced 2025-05-18 15:36:58 +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 = {
|
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
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user