n8n-nodes-base
Version:
Base nodes of n8n
10 lines (7 loc) • 303 B
text/typescript
/**
* TheHive 5 - Query Resource
* Re-exports all operation types for this resource.
*/
import type { TheHiveProjectV1QueryExecuteQueryNode } from './operation_execute_query';
export * from './operation_execute_query';
export type TheHiveProjectV1QueryNode = TheHiveProjectV1QueryExecuteQueryNode;