import { Tracking } from "./Tracking"; export interface UpdateTrackingByIdResponse { response_headers: Record; data: Tracking; }