UNPKG

intercom-client

Version:

Official Node bindings to the Intercom API

9 lines (8 loc) 198 B
import type * as Intercom from "../index.mjs"; /** * blocked contact object */ export interface ContactBlocked extends Intercom.ContactReference { /** Always true. */ blocked?: boolean; }