From 41c29e161069493ae326b4358138004f78c22aec Mon Sep 17 00:00:00 2001 From: Arian Zargaran Date: Fri, 25 Dec 2020 12:38:31 +0100 Subject: [PATCH] Ammends SearchStocks Type --- index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.d.ts b/index.d.ts index 70dc5ed..24c0bb5 100644 --- a/index.d.ts +++ b/index.d.ts @@ -80,7 +80,7 @@ declare function alpha(config?: { interval?: string ) => Promise; quote: (symbol: string, outputsize?: string, datatype?: string, interval?: string) => Promise; - search: (keywords: string) => RawStockSearch; + search: (keywords: string) => Promise; }; forex: {