changed types around
This commit is contained in:
parent
24e82bbb78
commit
f61d1aa0c3
75 changed files with 3625 additions and 34314 deletions
|
|
@ -14,7 +14,7 @@ This library contains domain-specific TypeScript type definitions used across th
|
|||
## Usage
|
||||
|
||||
```typescript
|
||||
import { OHLCV, MarketData } from '@stock-bot/shared-types';
|
||||
import { OHLCV, MarketData } from '@stock-bot/types';
|
||||
|
||||
// Use the types
|
||||
const marketData: MarketData = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue