export interface UpdateTrackingByIdRequestOrderPromisedDeliveryDate { promised_delivery_date?: string | null; promised_delivery_date_min?: string | null; promised_delivery_date_max?: string | null; }