refactor(filter): Filters should be private, we only expose resolvable
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
public protocol FilterType {
|
||||
protocol FilterType {
|
||||
func invoke(value: Any?, arguments: [Any?]) throws -> Any?
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user