Join Slack
Powered by
Is it possible to add a comment to the Typescript ...
# javascript
q
quiro
05/29/2024, 1:48 PM
Is it possible to add a comment to the Typescript definitions generated from Kotlin code? What I would like is to end up with something like:
Copy code
interface MyInterface { /** * This is my property */ property: string }
e
Edoardo Luppi
05/29/2024, 2:15 PM
This isn't possible now, might come later on AFAIU
q
quiro
06/01/2024, 8:56 PM
Thanks
@Edoardo Luppi
4
Views
Open in Slack
Previous
Next