n8n-nodes-espocrm
Version:
n8n Community Node for EspoCRM
10 lines (9 loc) • 318 B
TypeScript
import { BaseOperation } from './BaseOperation';
export declare class OpportunityOperations extends BaseOperation {
execute(itemIndex: number): Promise<any>;
private getOpportunity;
private getAllOpportunities;
private createOpportunity;
private updateOpportunity;
private deleteOpportunity;
}