Using an ArkType Generic within TS types.
How can I convert an ArkType generic to a TS generic? Something like:
In Zod I would do something like this:
I think I've missed a
What would be the ArkType equivalent? Thanks!
In Zod I would do something like this:
I think I've missed a
ZodType or two somewhere in there, but thats the general idea. I have dont it before.What would be the ArkType equivalent? Thanks!