UNPKG

intercom-client

Version:

Official Node bindings to the Intercom API

12 lines (11 loc) 290 B
/** * deleted conversation object */ export interface ConversationDeleted { /** The unique identifier for the conversation. */ id?: string; /** always conversation */ object?: "conversation"; /** Whether the conversation is deleted or not. */ deleted?: boolean; }