export interface AppsConnectionsOpenResponse { ok?: boolean; error?: string; needed?: string; provided?: string; url?: string; }