forked from crowetic/commerce
Progress
This commit is contained in:
@@ -15,8 +15,8 @@ import removeItem from './handlers/remove-item'
|
||||
export type { Wishlist, WishlistItem }
|
||||
|
||||
export type ItemBody = {
|
||||
productId: number
|
||||
variantId: number
|
||||
productId: Product['id']
|
||||
variantId: ProductVariant['id']
|
||||
}
|
||||
|
||||
export type AddItemBody = { item: ItemBody }
|
||||
|
Reference in New Issue
Block a user