UNPKG

intercom-client

Version:

Official Node bindings to the Intercom API

11 lines (10 loc) 264 B
import type * as Intercom from "../index.js"; /** * A list of Segment Objects */ export interface CompanyAttachedSegments { /** The type of object - `list` */ type?: "list"; /** An array containing Segment Objects */ data?: Intercom.Segment[]; }