From ba46b86a97c1588f652b895d2f466e51ad4e7cb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Valentin=20Ilja=C5=BE?= Date: Mon, 28 Aug 2023 17:12:40 +0200 Subject: [PATCH] Update types for SymbolMinNotionalFilter: minNotional -> notional (#643) --- 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 {