UNPKG

@wireapp/api-client

Version:

Wire API Client to send and receive data.

10 lines (9 loc) 239 B
interface Connection { conversation?: string; from: string; last_update: string; message?: string; status: 'accepted' | 'blocked' | 'cancelled' | 'ignored' | 'pending' | 'sent'; to: string; } export { Connection };