UNPKG

@wireapp/api-client

Version:

Wire API Client to send and receive data.

8 lines (7 loc) 188 B
import { ConversationEvent } from './event/'; interface IncomingNotification { payload: ConversationEvent[]; id: string; transient: boolean; } export { IncomingNotification };