Skip to content

Add a description #19

@RikudouSage

Description

@RikudouSage

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions