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