UNPKG

intercom-client

Version:

Official Node bindings to the Intercom API

9 lines (8 loc) 231 B
import type * as Intercom from "../index.js"; /** * unarchived contact object */ export interface ContactUnarchived extends Intercom.ContactReference { /** Whether the contact is archived or not. */ archived?: boolean; }