Closed ioncache closed 3 years ago
Fix issue in filter enum interface where in & not_in were defined as [any] instead of Array<any>
in
not_in
[any]
Array<any>
Fixes #5
Fix issue in filter enum interface where
in
¬_in
were defined as[any]
instead ofArray<any>
Fixes #5