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

typescript-fetch-api.modelEnum.handlebars Maven / Gradle / Ivy

Go to download

OpenAPI-generator for TypeScript interfaces using the browser native fetch API. Generates direct mapping of APIs as interfaces and test-data generators for DTOs

There is a newer version: 0.6.0
Show newest version
export const {{classname}}Values = [
{{~#allowableValues}}
    {{~#enumVars}}
    {{{value}}},
    {{~/enumVars}}
{{~/allowableValues}}
] as const;
{{#if description}}
/**
 * {{{description}}}
 */{{/if}}
export type {{classname}} = typeof {{classname}}Values[number];




© 2015 - 2025 Weber Informatics LLC | Privacy Policy