UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

10 lines (7 loc) 282 B
/** * Currents - Signature Resource * Re-exports all operation types for this resource. */ import type { CurrentsV1SignatureGenerateNode } from './operation_generate'; export * from './operation_generate'; export type CurrentsV1SignatureNode = CurrentsV1SignatureGenerateNode;