mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2026-07-14 17:07:22 +02:00
91d7e16c81
* 🔨 formatting nodes with prettier
7 lines
116 B
TypeScript
7 lines
116 B
TypeScript
export interface ICampaignMember {
|
|
CampaignId?: string;
|
|
ContactId?: string;
|
|
LeadId?: string;
|
|
Status?: string;
|
|
}
|