getFilterValue
Example with comparison operator
import { getFilterValue } from '@ra-libs/nestjs';
const value = getFilterValue('age__gt', 18);{
"gt": 18
}Example with array value
Example with boolean value
Any other value type
Last updated