Skip to content

Commit

Permalink
rename listedOnly to listedFilter
Browse files Browse the repository at this point in the history
  • Loading branch information
Jxnis committed Jul 11, 2023
1 parent 4f25132 commit 34d298f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export interface AttributesFilters {
accountId?: string;
limit?: number;
offset?: number;
listedOnly?: boolean;
listedFilter?: boolean;
orderBy?: string;
ownedFilter?: boolean;
kycFilter?: boolean;
Expand Down

0 comments on commit 34d298f

Please sign in to comment.