import type * as Intercom from "../index.mjs"; /** * A list of Segment Objects */ export interface CompanyAttachedSegments { /** The type of object - `list` */ type?: "list"; /** An array containing Segment Objects */ data?: Intercom.Segment[]; }