UNPKG

@juspay/neurolink

Version:

Universal AI Development Platform with working MCP integration, multi-provider support, voice (TTS/STT/realtime), and professional CLI. 58+ external MCP servers discoverable, multimodal file processing, RAG pipelines. Build, test, and deploy AI applicatio

15 lines (14 loc) 446 B
/** * Video Generation Type Definitions * * Shared types for video generation across providers (Vertex Veo, Kling, * Runway, Replicate-hosted models, etc.). * * The shared base shapes (`VideoOutputOptions`, `VideoGenerationResult`) * are defined in `multimodal.ts` for backwards compatibility — they are * re-exported here so callers can import every video-related type from a * single module. * * @module types/video */ export {};