import { GetTrackingsResponseData } from "./GetTrackingsResponseData"; export interface GetTrackingsResponse { response_headers: Record; data: GetTrackingsResponseData; }