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

     1  {{#apiInfo}}
     2  {{#apis}}
     3  {{#operations}}
     4  export * from './{{ classFilename }}';
     5  {{/operations}}
     6  {{/apis}}
     7  {{/apiInfo}}