UNPKG

intercom-client

Version:

Official Node bindings to the Intercom API

11 lines (10 loc) 158 B
/** * @example * { * conversation_id: 1 * } */ export interface DeleteConversationRequest { /** id */ conversation_id: number; }