import { EstimatedDeliveryDateResponse } from "./EstimatedDeliveryDateResponse"; export interface PredictResponse { response_headers: Record; data: EstimatedDeliveryDateResponse; }