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