Skip to content

Commit

Permalink
Update types for SymbolMinNotionalFilter: minNotional -> notional (#643)
Browse files Browse the repository at this point in the history
  • Loading branch information
valentiniljaz authored Aug 28, 2023
1 parent 320c789 commit ba46b86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1036,7 +1036,7 @@ declare module 'binance-api-node' {

export interface SymbolMinNotionalFilter {
filterType: SymbolFilterType.MIN_NOTIONAL
minNotional: string
notional: string
}

export interface SymbolMaxNumOrdersFilter {
Expand Down

0 comments on commit ba46b86

Please sign in to comment.