ft_transcendence/openapi-template/records.mustache
Maieul BOYER 5dd6067c95 feat(openapi): Add modified typescript-fetch template
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...
2025-11-10 18:34:22 +01:00

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}}