/**
 * MiniMax - Image Resource
 * Re-exports all operation types for this resource.
 */

import type { LcMinimaxV11ImageGenerateNode } from './operation_generate';

export * from './operation_generate';

export type LcMinimaxV11ImageNode = LcMinimaxV11ImageGenerateNode;