mirror of
https://github.com/vercel/commerce.git
synced 2025-06-18 13:11:23 +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 = {
|
||||
checkout: Checkout
|
||||
checkoutUserErrors: Array<CheckoutUserError>
|
||||
checkoutUserErrors?: Array<CheckoutUserError>
|
||||
}
|
||||
|
||||
export type CheckoutPayload =
|
||||
|
Loading…
x
Reference in New Issue
Block a user