interface GetUserConnectionsResponse {
    connections: Connection[];
}

Properties

Properties

connections: Connection[]

List of connections.