Skip to content

[REQ] [angular-typescript] Add documentation for RequestParams with useSingleRequestParameter = true #21474

Open
@andzno1

Description

@andzno1

When setting

useSingleRequestParameter: true

the documentation strings for the properties are missing, e.g.:

export interface SomeRequestParams {
    id: number;
}

I would like to have the documentation strings in the generated interfaces, e.g.:

export interface SomeRequestParams {
    /**
     * The ID of the entity.
     */
    id: number;
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions