This template is modified from the original one, to handle multiple status-code handling of response. Don't ask me how they work, I don't quite understand them in depth...
17 lines
352 B
Text
17 lines
352 B
Text
{{#models}}
|
|
{{#model}}
|
|
{{#isEnum}}
|
|
// This file is not needed and was generated only because of how codegen is built... Enums do not need to be converted to Records and can be used directly.
|
|
{{/isEnum}}
|
|
{{^isEnum}}
|
|
{{^oneOf}}
|
|
/* tslint:disable */
|
|
/* eslint-disable */
|
|
{{>licenseInfo}}
|
|
|
|
{{>recordGeneric}}
|
|
|
|
{{/oneOf}}
|
|
{{/isEnum}}
|
|
{{/model}}
|
|
{{/models}}
|