changed types around

This commit is contained in:
Bojan Kucera 2025-06-03 17:52:02 -04:00
parent 24e82bbb78
commit f61d1aa0c3
75 changed files with 3625 additions and 34314 deletions

View file

@ -6,12 +6,12 @@ This guide describes how the project architecture has been improved to better se
We've reorganized the project's shared libraries for improved maintainability:
### 1. Shared Types (`@stock-bot/shared-types`)
### 1. Shared Types (`@stock-bot/types`)
Types are now organized by domain:
```
libs/shared-types/
libs/types/
├── src/
│ ├── market/ # Market data types (OHLCV, OrderBook)
│ ├── trading/ # Trading types (Orders, Positions)