client-ts
client-ts copied to clipboard
Export Filter type
Because we need to build filter dynamically before using it inside .filter() function, we need to define a variable typed with Filter. Can we export this type? Thanks :)