UNPKG

@n8n/n8n-nodes-langchain

Version:
10 lines (7 loc) 264 B
/** * OpenAI - Video Resource * Re-exports all operation types for this resource. */ import type { LcOpenAiV2VideoGenerateNode } from './operation_generate'; export * from './operation_generate'; export type LcOpenAiV2VideoNode = LcOpenAiV2VideoGenerateNode;