UNPKG

@wireapp/api-client

Version:

Wire API Client to send and receive data.

7 lines (6 loc) 160 B
import { Conversation } from '../conversation'; interface Conversations { conversations: Conversation[]; has_more: boolean; } export { Conversations };