import type { CheckoutOrderDeliveryBundle, GetCheckoutOrderResponse } from '@farfetch/blackout-client'; export type CheckoutEntity = Omit & { checkoutOrder: GetCheckoutOrderResponse['id']; deliveryBundles?: Array; };