UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

4 lines 312 B
import type { IExecuteFunctions, INodeExecutionData } from 'n8n-workflow'; import type { GoogleSheet } from '../../helpers/GoogleSheet'; export declare function execute(this: IExecuteFunctions, _sheet: GoogleSheet, sheetName: string): Promise<INodeExecutionData[]>; //# sourceMappingURL=remove.operation.d.ts.map