diff --git a/src/debut.ts b/src/debut.ts index fca7c8e..8c409e3 100644 --- a/src/debut.ts +++ b/src/debut.ts @@ -27,7 +27,7 @@ export interface DebutCore { } export interface DebutOptions { - broker: 'tinkoff' | 'binance' | 'alpaca'; + broker: 'tinkoff' | 'binance' | 'alpaca' | 'bybit'; ticker: string; currency: string; interval: TimeFrame;