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