
typescript-fetch.apis.index.mustache Maven / Gradle / Ivy
/* tslint:disable */
/* eslint-disable */
{{#useSagaAndRecords}}
export * from './SagaApiManager'
export * from './allSagas'
{{/useSagaAndRecords}}
{{#apiInfo}}
{{#apis}}
{{#operations}}
export * from './{{ classFilename }}';
{{#useSagaAndRecords}}
export * from './{{{ classFilename }}}Sagas';
{{/useSagaAndRecords}}
{{/operations}}
{{/apis}}
{{/apiInfo}}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy