mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
✨ salesmate node
This commit is contained in:
22
packages/nodes-base/nodes/Salesmate/CompanyInterface.ts
Normal file
22
packages/nodes-base/nodes/Salesmate/CompanyInterface.ts
Normal file
@@ -0,0 +1,22 @@
|
||||
export interface ICompany {
|
||||
name?: string;
|
||||
owner?: number;
|
||||
website?: string;
|
||||
phone?: string;
|
||||
otherPhone?: string;
|
||||
googlePlusHandle?: string;
|
||||
linkedInHandle?: string;
|
||||
facebookHandle?: string;
|
||||
linkedinHandle?: string;
|
||||
skypeId?: string;
|
||||
twitterHandle?: string;
|
||||
currency?: string;
|
||||
billingAddressLine1?: string;
|
||||
billingAddressLine2?: string;
|
||||
billingCity?: string;
|
||||
billingZipCode?: string;
|
||||
billingCountry?: string;
|
||||
billingState?: string;
|
||||
description?: string;
|
||||
tags?: string;
|
||||
}
|
||||
Reference in New Issue
Block a user