Javascript-Flowtyped.modelEnum.mustache Maven / Gradle / Ivy
/**
* {{{description}}}
* @export
* @enum {string}
*/
export type {{classname}} = {{#allowableValues}}{{#enumVars}}{{{value}}}{{^-last}} | {{/-last}}{{/enumVars}}{{/allowableValues}};
© 2015 - 2025 Weber Informatics LLC | Privacy Policy