@n8n/n8n-nodes-langchain
Version:

15 lines (12 loc) • 465 B
text/typescript
/**
* Alibaba Cloud Model Studio - Image Resource
* Re-exports all operation types for this resource.
*/
import type { LcAlibabaCloudV11ImageAnalyzeNode } from './operation_analyze';
import type { LcAlibabaCloudV11ImageGenerateNode } from './operation_generate';
export * from './operation_analyze';
export * from './operation_generate';
export type LcAlibabaCloudV11ImageNode =
| LcAlibabaCloudV11ImageAnalyzeNode
| LcAlibabaCloudV11ImageGenerateNode
;