UNPKG

intercom-client

Version:

Official Node bindings to the Intercom API

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