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