updating templates to be more in line with expected backstage types.

Signed-off-by: Aramis <sennyeyaramis@gmail.com>
This commit is contained in:
Aramis
2024-01-17 15:07:55 -05:00
parent 88581bd8c8
commit 1f5de82fc7
2 changed files with 9 additions and 14 deletions
@@ -1,12 +1,7 @@
//
/**
* {{{appName}}}
* {{{appDescription}}}
*
* {{#version}}The version of the OpenAPI document: {{{.}}}{{/version}}
* {{#infoEmail}}Contact: {{{.}}}{{/infoEmail}}
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
* {{{appName}}}{{#version}}@{{{.}}}{{/version}}
*
* NOTE: This class is auto generated, do not edit the class manually.
*/
@@ -6,9 +6,9 @@ import {
} from './';
{{/hasImports}}
/**
* @type {{classname}}{{#description}}
* {{{.}}}{{/description}}
* @export
*/
{{#description}}
/**
* {{{.}}}
*/
{{/description}}
export type {{classname}} = {{#oneOf}}{{{.}}}{{^-last}} | {{/-last}}{{/oneOf}};