mirror of
https://github.com/NoFxAiOS/nofx.git
synced 2026-07-03 19:11:02 +08:00
- Multi-AI competition mode (Qwen vs DeepSeek) - Binance Futures integration - AI self-learning mechanism - Professional web dashboard - Complete risk management system
7 lines
220 B
TypeScript
7 lines
220 B
TypeScript
declare const FOCUS_EVENT = 0;
|
|
declare const RECONNECT_EVENT = 1;
|
|
declare const MUTATE_EVENT = 2;
|
|
declare const ERROR_REVALIDATE_EVENT = 3;
|
|
|
|
export { ERROR_REVALIDATE_EVENT, FOCUS_EVENT, MUTATE_EVENT, RECONNECT_EVENT };
|