From 2533dab067fea7ea99de84a6c4a4b15d9c2ed2e7 Mon Sep 17 00:00:00 2001 From: Gadi Cohen Date: Wed, 16 Nov 2022 10:02:25 +0000 Subject: [PATCH] fix(historical): typescript fix for backwards compatibility --- src/modules/historical.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/historical.ts b/src/modules/historical.ts index 90a0f62e..846c9a22 100644 --- a/src/modules/historical.ts +++ b/src/modules/historical.ts @@ -43,7 +43,7 @@ export interface HistoricalOptions { } export interface HistoricalOptionsEventsHistory extends HistoricalOptions { - events: "history"; + events?: "history"; } export interface HistoricalOptionsEventsDividends extends HistoricalOptions {