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