UNPKG

@n8n/n8n-nodes-langchain

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