-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
Any chance you'd consider adding a description to the fields? Could be implemented for example using decorators, would look like this:
interface SomeType {
fieldWithNoDescription: string;
@Description("some description")
fieldWithDescription: string;
}
Metadata
Metadata
Assignees
Labels
No labels