mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
✨ update lead done
This commit is contained in:
@@ -5,6 +5,8 @@ export interface ILeadCompany {
|
||||
}
|
||||
|
||||
export interface ILead {
|
||||
user_id?: string;
|
||||
id?: string;
|
||||
email: string;
|
||||
phone?: string;
|
||||
name?: string;
|
||||
|
||||
Reference in New Issue
Block a user