houdini/lib/swagger-typescript-jquery/models.mustache
2018-05-22 13:33:35 -05:00

5 lines
No EOL
82 B
Text

{{#models}}
{{#model}}
export * from './{{{ classname }}}';
{{/model}}
{{/models}}