export type ConnectedService = { connection_id: string; type: string; name: string; provider: string; access_token?: string; user_id?: string; urls?: Record; };