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