import { CourierConnection } from "./CourierConnection"; export interface GetCourierConnectionsByIdResponse { response_headers: Record; data: CourierConnection; }