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