UNPKG

@wireapp/api-client

Version:

Wire API Client to send and receive data.

9 lines (8 loc) 172 B
import { Contact } from '../user'; interface SearchResult { documents: Contact[]; found: number; returned: number; took: number; } export { SearchResult };