import type * as Intercom from "../index.js"; /** * deleted contact object */ export interface ContactDeleted extends Intercom.ContactReference { /** Whether the contact is deleted or not. */ deleted?: boolean; }