intercom-client
Version:
Official Node bindings to the Intercom API
14 lines (13 loc) • 344 B
TypeScript
/**
* This file was auto-generated by Fern from our API Definition.
*/
import * as Intercom from "../../../index";
/**
* A list of Segment Objects
*/
export interface CompanyAttachedSegments {
/** The type of object - `list` */
type?: "list";
/** An array containing Segment Objects */
data?: Intercom.unstable.Segment[];
}