@skriptfabrik/n8n-nodes-google-enhanced
Version:
Enhanced Google community nodes for n8n
6 lines (5 loc) • 306 B
TypeScript
import { type IExecuteFunctions, type INodeExecutionData, type INodeType, type INodeTypeDescription } from 'n8n-workflow';
export declare class GoogleCloudStorageEnhanced implements INodeType {
description: INodeTypeDescription;
execute(this: IExecuteFunctions): Promise<INodeExecutionData[][]>;
}