How to build generic functions that use ArkType schemas?
I was a bit confused why this doesn't work. I seem to remember that it did work in an earlier version of ArkType. As soon as I replace 
Type<T> with Type<{}> in the signature it works 