typescript-redux-query.models.mustache Maven / Gradle / Ivy
The newest version!
// tslint:disable
{{>licenseInfo}}
{{#models}}
{{#model}}
{{#isEnum}}
{{>modelEnum}}
{{/isEnum}}
{{^isEnum}}
{{#oneOf}}
{{#-first}}
{{>modelOneOf}}
{{/-first}}
{{/oneOf}}
{{#allOf}}
{{#-first}}
{{>modelAllOf}}
{{/-first}}
{{/allOf}}
{{^oneOf}}
{{^allOf}}
{{>modelGeneric}}
{{/allOf}}
{{/oneOf}}
{{/isEnum}}
{{/model}}
{{/models}}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy