From 973952ba01554a392d9e9a65bd0acb6d77969002 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Valentin=20Ilja=C5=BE?= Date: Mon, 28 Aug 2023 15:23:16 +0200 Subject: [PATCH] Update types for SymbolMinNotionalFilter: minNotional -> notional --- index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.d.ts b/index.d.ts index e172ec4a..32d6c4d8 100644 --- a/index.d.ts +++ b/index.d.ts @@ -1036,7 +1036,7 @@ declare module 'binance-api-node' { export interface SymbolMinNotionalFilter { filterType: SymbolFilterType.MIN_NOTIONAL - minNotional: string + notional: string } export interface SymbolMaxNumOrdersFilter {