export interface CourierConnection { id?: string; courier_slug?: string; credentials?: { [key: string]: any; }; created_at?: string; updated_at?: string; }