import type * as Intercom from "../index.js"; /** * blocked contact object */ export interface ContactBlocked extends Intercom.ContactReference { /** Always true. */ blocked?: boolean; }