Typefiles fields description #63
Answered
by
jguerinet
mzawitowski
asked this question in
Q&A
|
Hi, Are there any plans to add a possibility to describe fields in a *.ts files which are used to generate request and response swagger doc? Regards, |
Answered by
jguerinet
Jul 15, 2022
Replies: 2 comments 1 reply
|
I assume @mzawitowski is asking the same question as @jguerinet was in #2 (comment), so I'll post my answer here: We're using typeconv to convert TS to JSON Schema, so this is likely out of the scope of what we can accomplish in this library, although I haven't had time to look into improving types. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

If you are indeed talking about field descriptions, there is actually a way of doing that. More info in my answer here.