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

@ -10,7 +10,7 @@ This document outlines the changes made to improve separation of concerns in the
## New Libraries
### 1. `@stock-bot/shared-types`
### 1. `@stock-bot/types`
Domain-specific type definitions organized by functional area:
- `market/` - Market data structures (OHLCV, OrderBook, etc.)
- `trading/` - Trading types (Orders, Positions, etc.)