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