UNPKG

intercom-client

Version:

Official Node bindings to the Intercom API

9 lines (8 loc) 224 B
import type * as Intercom from "../index.mjs"; /** * deleted contact object */ export interface ContactDeleted extends Intercom.ContactReference { /** Whether the contact is deleted or not. */ deleted?: boolean; }