UNPKG

intercom-client

Version:

Official Node bindings to the Intercom API

6 lines (5 loc) 233 B
/** * This file was auto-generated by Fern from our API Definition. */ import * as Intercom from "../index"; export type ReplyConversationRequest = Intercom.ContactReplyConversationRequest | Intercom.AdminReplyConversationRequest;