mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
✨ Drift node
This commit is contained in:
6
packages/nodes-base/nodes/Drift/ContactInterface.ts
Normal file
6
packages/nodes-base/nodes/Drift/ContactInterface.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export interface IContact {
|
||||
email?: string;
|
||||
name?: string;
|
||||
phone?: string;
|
||||
tags?: string[];
|
||||
}
|
||||
Reference in New Issue
Block a user