/**
 * 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.Segment[];
}
