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

@ -1,5 +1,5 @@
import { BaseApiClient } from './BaseApiClient';
import { ApiResponse, BacktestConfig, BacktestResult } from '@stock-bot/shared-types';
import { ApiResponse, BacktestConfig, BacktestResult } from '@stock-bot/types';
/**
* Client for interacting with the Backtest Engine service

View file

@ -1,5 +1,5 @@
import axios, { AxiosInstance, AxiosRequestConfig } from 'axios';
import { ApiResponse } from '@stock-bot/shared-types';
import { ApiResponse } from '@stock-bot/types';
/**
* Base API client that all service clients extend

View file

@ -1,5 +1,5 @@
import { BaseApiClient } from './BaseApiClient';
import { ApiResponse, Strategy } from '@stock-bot/shared-types';
import { ApiResponse, Strategy } from '@stock-bot/types';
/**
* Client for interacting with the Strategy Orchestrator service