UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

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