Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
sammccord authored and github-actions[bot] committed Aug 10, 2024
1 parent db90b70 commit 665ea02
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/utils/src/types/filters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,16 @@ export type NumericOperator =
| number
| string
| {
$gt?: bigint | string | number;
$gt?: bigint | string | number
}
| {
$gte?: bigint | string | number;
$gte?: bigint | string | number
}
| {
$lt?: bigint | string | number;
$lt?: bigint | string | number
}
| {
$lte?: bigint | string | number;
$lte?: bigint | string | number
}

export type StringOperator = {
Expand Down

0 comments on commit 665ea02

Please sign in to comment.