import { GetCouriersResponseData } from "./GetCouriersResponseData"; export interface GetCouriersResponse { response_headers: Record; data: GetCouriersResponseData; }