UNPKG

@wireapp/api-client

Version:

Wire API Client to send and receive data.

7 lines (6 loc) 162 B
import { Connection } from '../connection'; interface UserConnectionList { connections: Connection[]; has_more: boolean; } export { UserConnectionList };