botserver/ui/shared
Rodrigo Rodriguez (Pragmatismo) ee4c0dcda1 Add message type constants and documentation
Introduce a shared enum-based system for categorizing message types
across the Rust backend and JavaScript frontend. This replaces magic
numbers with named constants for improved type safety, readability, and
maintainability.

The implementation includes:
- Rust MessageType enum with serialization support
- JavaScript constants matching the Rust enum values
- Helper
2025-11-29 11:17:01 -03:00
..
messageTypes.js Add message type constants and documentation 2025-11-29 11:17:01 -03:00