UNPKG

@wireapp/api-client

Version:

Wire API Client to send and receive data.

8 lines (7 loc) 120 B
interface Contact { accent_id?: number; handle: string; id: string; name: string; } export { Contact };