All Downloads are FREE. Search and download functionalities are using the official Maven repository.

templates.typescript.enum.mustache Maven / Gradle / Ivy

There is a newer version: 0.113
Show newest version
{{>header}}
{{#constraints}}{{#schema}}{{#description}}/**
 * {{&description}}
 */
{{/description}}{{/schema}}export type {{&className}} =
{{#enumValues}}    "{{&.}}"{{^last}} |
{{/last}}{{/enumValues}}{{^enumValues}}any{{/enumValues}};{{/constraints}}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy