github.com/phrase/openapi@v0.0.0-20240514140800-49e8a106740e/openapi-generator/templates/typescript-fetch/index.mustache (about)

     1  export * from './runtime';
     2  {{#apiInfo}}
     3  {{#apis.0}}
     4  export * from './apis';
     5  {{/apis.0}}
     6  {{/apiInfo}}
     7  {{#models.0}}
     8  export * from './models';
     9  {{/models.0}}