-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "change filter processor to be more verbose and have compModel…
…Type in scope" This reverts commit 6d6c278.
- Loading branch information
1 parent
d1763b9
commit be37bee
Showing
3 changed files
with
13 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,4 @@ | ||
import { ProcessorScope } from ".."; | ||
export type FilterScope = { | ||
filter: Record<string, { | ||
compModelType: string; | ||
include: boolean; | ||
value?: any; | ||
}>; | ||
} & ProcessorScope; | ||
filter: Record<string, any>; | ||
} & ProcessorScope; |