UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

5 lines 346 B
import type { IExecuteFunctions, INodeExecutionData } from 'n8n-workflow'; import type { SpreadSheetProperties } from '../../helpers/GoogleSheets.types'; export declare const description: SpreadSheetProperties; export declare function execute(this: IExecuteFunctions): Promise<INodeExecutionData[]>; //# sourceMappingURL=delete.operation.d.ts.map