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

     1  {{#models}}
     2  {{#model}}
     3  export * from './{{{ classFilename }}}';
     4  {{/model}}
     5  {{/models}}