UNPKG

mya-cli

Version:

MYA - AI-Powered Stock & Options Analysis CLI Tool

8 lines 263 B
/** * Module: Shared API Types * Purpose: Common interface definitions for CLI and Worker communication * Dependencies: None (type definitions only) * Used by: cli-http.ts, worker.ts, all CLI and Worker modules */ export {}; //# sourceMappingURL=types.js.map