Segment Identify
Segment analytics identify call with user traits and context.
analytics
Install
$ npx shadcn@latest add @open-types/segment-identify
Source
export interface SegmentIdentifyCall {
userId?: string;
anonymousId?: string;
traits?: Record<string, unknown>;
context?: Record<string, unknown>;
timestamp?: string;
integrations?: Record<string, boolean>;
}
export interface SegmentIdentifyCall {
userId?: string;
anonymousId?: string;
traits?: Record<string, unknown>;
context?: Record<string, unknown>;
timestamp?: string;
integrations?: Record<string, boolean>;
}