n8n-nodes-base
Version:
Base nodes of n8n
6 lines • 328 B
TypeScript
import type { IPollFunctions, INodeExecutionData, INodeType, INodeTypeDescription } from 'n8n-workflow';
export declare class AirtableTrigger implements INodeType {
description: INodeTypeDescription;
poll(this: IPollFunctions): Promise<INodeExecutionData[][] | null>;
}
//# sourceMappingURL=AirtableTrigger.node.d.ts.map