mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 11:22:15 +00:00
done
This commit is contained in:
12
packages/nodes-base/nodes/Hubspot/DealInterface.ts
Normal file
12
packages/nodes-base/nodes/Hubspot/DealInterface.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
import { IDataObject } from "n8n-workflow";
|
||||
|
||||
|
||||
export interface IAssociation {
|
||||
associatedCompanyIds?: number[];
|
||||
associatedVids?: number[];
|
||||
}
|
||||
|
||||
export interface IDeal {
|
||||
association?: IAssociation;
|
||||
properties?: IDataObject[];
|
||||
}
|
||||
Reference in New Issue
Block a user