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