pull:初次提交
This commit is contained in:
16
n8n-n8n-1.109.2/packages/nodes-base/nodes/Salesmate/DealInterface.ts
Executable file
16
n8n-n8n-1.109.2/packages/nodes-base/nodes/Salesmate/DealInterface.ts
Executable file
@@ -0,0 +1,16 @@
|
||||
export interface IDeal {
|
||||
title?: string;
|
||||
owner?: number;
|
||||
pipeline?: string;
|
||||
primaryContact?: number;
|
||||
primaryCompany?: number;
|
||||
status?: string;
|
||||
stage?: string;
|
||||
source?: string;
|
||||
estimatedCloseDate?: string;
|
||||
dealValue?: number;
|
||||
currency?: string;
|
||||
priority?: string;
|
||||
description?: string;
|
||||
tags?: string;
|
||||
}
|
||||
Reference in New Issue
Block a user