export interface PostCourierConnectionsRequest { courier_slug: string; credentials: { [key: string]: any; }; }