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