UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

10 lines (7 loc) 270 B
/** * DeepL - Language Resource * Re-exports all operation types for this resource. */ import type { DeepLV1LanguageTranslateNode } from './operation_translate'; export * from './operation_translate'; export type DeepLV1LanguageNode = DeepLV1LanguageTranslateNode;