import { ShipEstimate } from './ShipEstimate'; export interface ShipEstimateResponse { ShipEstimates?: ShipEstimate[]; HttpStatusCode?: number; UnhandledErrorBody?: string; xp?: TShipEstimateResponseXp; Succeeded?: boolean; }