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