import { TrackingCustomEstimatedDeliveryDateType } from "./TrackingCustomEstimatedDeliveryDateType"; export interface TrackingCustomEstimatedDeliveryDate { type?: TrackingCustomEstimatedDeliveryDateType; datetime?: string | null; datetime_min?: string | null; datetime_max?: string | null; }