export interface TrackingCourierEstimatedDeliveryDate { estimated_delivery_date?: string | null; estimated_delivery_date_min?: string | null; estimated_delivery_date_max?: string | null; }