UNPKG

intercom-client

Version:

Official Node bindings to the Intercom API

11 lines (10 loc) 265 B
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[]; }