Update checkout-to-cart.ts

This commit is contained in:
cond0r 2021-03-04 10:41:18 +02:00
parent 9ccb32ce21
commit 5ed0286a2c

View File

@ -16,7 +16,7 @@ import throwUserErrors from './throw-user-errors'
export type CheckoutQuery = {
checkout: Checkout
checkoutUserErrors: Array<CheckoutUserError>
checkoutUserErrors?: Array<CheckoutUserError>
}
export type CheckoutPayload =