mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-22 12:19:09 +00:00
✨ segment node
This commit is contained in:
10
packages/nodes-base/nodes/Segment/IdentifyInterface.ts
Normal file
10
packages/nodes-base/nodes/Segment/IdentifyInterface.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import { IDataObject } from "n8n-workflow";
|
||||
|
||||
export interface IIdentify {
|
||||
userId?: string;
|
||||
anonymousId?: string;
|
||||
traits?: IDataObject;
|
||||
context?: IDataObject;
|
||||
integrations?: IDataObject;
|
||||
timestamp?: string;
|
||||
}
|
||||
Reference in New Issue
Block a user