Skip to content

Commit

Permalink
feat: allow to use custom type witch extends object type for find whe…
Browse files Browse the repository at this point in the history
…re argument (#10475)

* Allow to use with custom types

* Fix

---------

Co-authored-by: Ivan Shabanov <mail@ivanshabanov.pro>
  • Loading branch information
zlooun and Ivan Shabanov committed Dec 29, 2023
1 parent 3cf938e commit 48f5f85
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/find-options/FindOptionsWhere.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ export type FindOptionsWhereProperty<
| EqualOperator<Property>
| FindOperator<any>
| boolean
| Property
: Property | FindOperator<Property>

/**
Expand Down

0 comments on commit 48f5f85

Please sign in to comment.