Skip to content

Generate Generic type as parameter with <> instead of [ ] #95

@giancarlogamarra

Description

@giancarlogamarra

If my method on the server is using Generics then it is generated like this, which is great only for the '[' character it should be <>
//wrong
export interface Field [ HeaderField ] {
Name?: string;
Field?: __model.HeaderField;
}
//fine
export interface Field < HeaderField > {
Name?: string;
Field?: __model.HeaderField;
}
it would be great to have this tiny change.

Best regards

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