json-to-ts
json-to-ts copied to clipboard
Feature request: docblocks for entities and attributes
It would be nice to support documentation for properties and entities, for example:
/** A Button is a clickable UI element */
interface Button {
/** The label will be shown when rendered */
label: string;
}
Any update on this? Would be nice to have!