mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
✨ done
This commit is contained in:
13
packages/nodes-base/nodes/Intercom/CompanyInteface.ts
Normal file
13
packages/nodes-base/nodes/Intercom/CompanyInteface.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
import { IDataObject } from "n8n-workflow";
|
||||
|
||||
export interface ICompany {
|
||||
remote_created_at?: string;
|
||||
company_id?: string;
|
||||
name?: string;
|
||||
monthly_spend?: number;
|
||||
plan?: string;
|
||||
size?: number;
|
||||
website?: string;
|
||||
industry?: string;
|
||||
custom_attributes?: IDataObject;
|
||||
}
|
||||
Reference in New Issue
Block a user