UNPKG

@n8n/n8n-nodes-langchain

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