interface GetUserConnectionsResponse {
    connections: GetUserConnectionsResponseConnection[];
}

Properties

Properties

List of connections.