Skip to content

Commit

Permalink
Change minAmountThreshold to optional
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomer Vilensky committed Jul 27, 2021
1 parent bb87d04 commit 5b69aa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ export interface MaxSpendableAmountResponse {
export interface VaultAccountsFilter {
namePrefix?: string;
nameSuffix?: string;
minAmountThreshold: number;
minAmountThreshold?: number;
}

export interface VaultBalancesFilter {
Expand Down

0 comments on commit 5b69aa0

Please sign in to comment.