Files
Agent-n8n/n8n-n8n-1.109.2/packages/nodes-base/nodes/Salesmate/CompanyInterface.ts
2025-09-08 04:48:28 +08:00

23 lines
491 B
TypeScript
Executable File

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;
}