Skip to content

Commit

Permalink
fix: type of SearchConditionMultiple
Browse files Browse the repository at this point in the history
  • Loading branch information
thundermiracle committed Aug 14, 2023
1 parent 2080b04 commit 5e0170f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export interface SearchCondition {

export interface SearchConditionMultiple {
key: string | string[] | string[][];
value?: string | number;
value?: string | number | boolean;
type: SearchType;
}

Expand Down

0 comments on commit 5e0170f

Please sign in to comment.