/** * @fileoverview Generated Types for ml * @description Auto-generated inferred types for Zod schemas * @version 0.18.4 * @generated 2025-10-12T01:19:19.013Z * * This file contains inferred TypeScript types for all Zod schemas in schemas/ml.ts. * These types should be used instead of manual type definitions for consistency. */ // ✅ Decision already has type export: DecisionType // ✅ Signal already has type export: SignalType // ✅ Consensus already has type export: ConsensusType // ✅ Model already has type export: ModelType // ✅ StoreSignalRequest already has type export: StoreSignalRequestType // ✅ StoreConsensusRequest already has type export: StoreConsensusRequestType // ✅ RegisterModelRequest already has type export: RegisterModelRequestType // ✅ SignalResponse already has type export: SignalResponseType // ✅ SignalsListResponse already has type export: SignalsListResponseType // ✅ ConsensusLatestResponse already has type export: ConsensusLatestResponseType // ✅ BacktestResponse already has type export: BacktestResponseType // ✅ PredictResponse already has type export: PredictResponseType