UNPKG

intercom-client

Version:

Official Node bindings to the Intercom API

11 lines 286 B
import { Role, Timestamp } from '../common/common.types'; export type SegmentObject = { type: 'segment'; id: string; name: string; created_at: Timestamp; updated_at: Timestamp; person_type: Role; count?: number; }; //# sourceMappingURL=segment.types.d.ts.map