UNPKG

@n8n/n8n-nodes-langchain

Version:
15 lines (12 loc) 489 B
/** * Qwen Cloud - Video Resource * Re-exports all operation types for this resource. */ import type { LcAlibabaCloudV11VideoImageToVideoNode } from './operation_image_to_video'; import type { LcAlibabaCloudV11VideoTextToVideoNode } from './operation_text_to_video'; export * from './operation_image_to_video'; export * from './operation_text_to_video'; export type LcAlibabaCloudV11VideoNode = | LcAlibabaCloudV11VideoImageToVideoNode | LcAlibabaCloudV11VideoTextToVideoNode ;