UNPKG

@wireapp/api-client

Version:

Wire API Client to send and receive data.

7 lines (6 loc) 138 B
import { ServiceRef } from '../conversation'; interface OtherMember { id: string; service?: ServiceRef; } export { OtherMember };