n8n-nodes-base
Version:
Base nodes of n8n
23 lines • 597 B
TypeScript
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;
}
//# sourceMappingURL=CompanyInterface.d.ts.map