import { QuoteDataAddressInterface } from './quoteDataAddressInterface'; export interface QuoteGuestShipmentEstimationV1EstimateByExtendedAddressPostBody { address: QuoteDataAddressInterface; }