Skip to content

Commit 1dc45f9

Browse files
author
Luis Fernando Planella Gonzalez
committed
Prevent duplicated comments
1 parent b0710d3 commit 1dc45f9

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

templates/enum.handlebars

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
/* Code generated by ng-openapi-gen DO NOT EDIT. */
2-
31
export enum {{{typeName}}} {
42
{{#enumValues}} {{{name}}} = {{{value}}}{{^@last}},
53
{{/@last}}{{/enumValues}}

templates/object.handlebars

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
/* Code generated by ng-openapi-gen DO NOT EDIT. */
2-
31
export interface {{typeName}} {
42
{{#properties}}
53
{{{tsComments}}}{{{identifier}}}{{^required}}?{{/required}}: {{{type}}};

templates/simple.handlebars

-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
/* Code generated by ng-openapi-gen DO NOT EDIT. */
2-
31
export type {{typeName}} = {{{simpleType}}};

0 commit comments

Comments
 (0)