ZEAL-MATCH-LTD

Results 2 comments of ZEAL-MATCH-LTD

I've temporarily created a recursive `$or` creator - if this is the preferred approach then close this issue 😊 ```typescript type Operator = '$not' | '$equal' | '$contain' | '$match'...

This would be ideal! Especially when declaring API route constants. ```ts import { getExact } from "../../util/env"; enum ApiRoutes { users = `${getExact('REACT_NATIVE_BACKEND_URL')}/****`, blockUser = `${getExact('REACT_NATIVE_BACKEND_URL')}/****`, reverifyUser = `${getExact('REACT_NATIVE_BACKEND_URL')}/****`, resetPassword...