mirror of
https://github.com/vercel/commerce.git
synced 2025-06-18 21:21:21 +00:00
Update checkout-to-cart.ts
This commit is contained in:
parent
9ccb32ce21
commit
5ed0286a2c
@ -16,7 +16,7 @@ import throwUserErrors from './throw-user-errors'
|
|||||||
|
|
||||||
export type CheckoutQuery = {
|
export type CheckoutQuery = {
|
||||||
checkout: Checkout
|
checkout: Checkout
|
||||||
checkoutUserErrors: Array<CheckoutUserError>
|
checkoutUserErrors?: Array<CheckoutUserError>
|
||||||
}
|
}
|
||||||
|
|
||||||
export type CheckoutPayload =
|
export type CheckoutPayload =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user