n8n-nodes-base
Version:
Base nodes of n8n
12 lines • 552 B
TypeScript
import type { IExecuteFunctions, INodeType, INodeTypeDescription } from 'n8n-workflow';
import { loadOptions, listSearch, resourceMapping } from './methods';
export declare class TheHiveProject implements INodeType {
description: INodeTypeDescription;
methods: {
loadOptions: typeof loadOptions;
listSearch: typeof listSearch;
resourceMapping: typeof resourceMapping;
};
execute(this: IExecuteFunctions): Promise<import("n8n-workflow").INodeExecutionData[][]>;
}
//# sourceMappingURL=TheHiveProject.node.d.ts.map