UNPKG

@wireapp/api-client

Version:

Wire API Client to send and receive data.

5 lines (4 loc) 143 B
interface ConnectionUpdate { status: 'accepted' | 'blocked' | 'cancelled' | 'ignored' | 'pending' | 'sent'; } export { ConnectionUpdate };