import { ShopifyCheckoutLineItemsArgs } from '@daffodil/driver/shopify'
A container for all the information required to checkout items and pay.
The Storefront GraphQL Checkout API is deprecated and will be removed in a future version. Please see https://shopify.dev/changelog/deprecation-of-checkout-apis for more information.
interface ShopifyCheckoutLineItemsArgs {
after: string
before: string
first: number
last: number
reverse: boolean
}