Skip to content

Commit

Permalink
chore: fix typo with extended type
Browse files Browse the repository at this point in the history
Signed-off-by: KalleV <[email protected]>
  • Loading branch information
KalleV authored and dhmlau committed Dec 1, 2023
1 parent 063648b commit 39e45fb
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ import {
EntityNotFoundError,
Fields,
Filter,
FilterExcludingWhere,
Getter,
HasManyDefinition,
HasManyRepositoryFactory,
Expand Down Expand Up @@ -85,7 +84,7 @@ interface FilterWithRequired<T extends object> extends Filter<T> {
}

type FilterWithRequiredExcludingWhere<T extends object> = Omit<
FilterExcludingWhere<T>,
FilterWithRequired<T>,
'where'
>;

Expand Down

0 comments on commit 39e45fb

Please sign in to comment.