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