UNPKG

intercom-client

Version:

Official Node bindings to the Intercom API

3 lines (2 loc) 169 B
import type * as Intercom from "../index.mjs"; export type ReplyConversationRequest = Intercom.ContactReplyConversationRequest | Intercom.AdminReplyConversationRequest;