import type * as Intercom from "../index.mjs"; /** * Custom data set for this data. */ export type CustomAttributes = Record; export declare namespace CustomAttributes { type Value = string | number | Intercom.Datetime | Intercom.CustomObjectInstanceList; }