UNPKG

@wireapp/api-client

Version:

Wire API Client to send and receive data.

8 lines (7 loc) 155 B
import { TeamInfo } from '../team'; interface NewConversation { name?: string; team?: TeamInfo; users: string[]; } export { NewConversation };