Is there a chance for recursive type support. #361
Answered
by
mrjono1
moshilansm
asked this question in
Q&A
-
Joi support recursive types through the 'link' function. but when i tried it with joi-to-typescript the type of the recursive child is resolved to unknown. The definition of such recursive type is possible with typescript interfaces. |
Beta Was this translation helpful? Give feedback.
Answered by
mrjono1
Aug 22, 2023
Replies: 1 comment
-
I've thought about this and its a lot of parsing to get this to work, which I don't have the intention on working on. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mrjono1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've thought about this and its a lot of parsing to get this to work, which I don't have the intention on working on.
But you can use the same meta({className:''}) on the target and on the ref tag that should work