UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

10 lines (7 loc) 238 B
/** * Airtop - Agent Resource * Re-exports all operation types for this resource. */ import type { AirtopV1AgentRunNode } from './operation_run'; export * from './operation_run'; export type AirtopV1AgentNode = AirtopV1AgentRunNode;