UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

18 lines 448 B
export interface IOpportunity { [key: string]: any; Name?: string; StageName?: string; CloseDate?: string; Type?: string; Amount?: number; OwnerId?: string; NextStep?: string; AccountId?: string; CampaignId?: string; LeadSource?: string; Description?: string; Probability?: number; Pricebook2Id?: string; ForecastCategoryName?: string; } //# sourceMappingURL=OpportunityInterface.d.ts.map