Skip to content

Commit

Permalink
Prevent duplicated comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Luis Fernando Planella Gonzalez committed Sep 6, 2024
1 parent b0710d3 commit 1dc45f9
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions templates/enum.handlebars
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/* Code generated by ng-openapi-gen DO NOT EDIT. */

export enum {{{typeName}}} {
{{#enumValues}} {{{name}}} = {{{value}}}{{^@last}},
{{/@last}}{{/enumValues}}
Expand Down
2 changes: 0 additions & 2 deletions templates/object.handlebars
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/* Code generated by ng-openapi-gen DO NOT EDIT. */

export interface {{typeName}} {
{{#properties}}
{{{tsComments}}}{{{identifier}}}{{^required}}?{{/required}}: {{{type}}};
Expand Down
2 changes: 0 additions & 2 deletions templates/simple.handlebars
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
/* Code generated by ng-openapi-gen DO NOT EDIT. */

export type {{typeName}} = {{{simpleType}}};

0 comments on commit 1dc45f9

Please sign in to comment.