From 495b10ed225a19c8b0d53ea3f6a5c2276f3645cb Mon Sep 17 00:00:00 2001 From: Slvk Date: Sun, 11 Feb 2024 16:10:38 +0500 Subject: [PATCH] update DebutOptions.broker types --- src/debut.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;