import { CheckoutDataShippingInformationInterface } from './checkoutDataShippingInformationInterface'; export interface CheckoutGuestShippingInformationManagementV1SaveAddressInformationPostBody { addressInformation: CheckoutDataShippingInformationInterface; }