houdini/lib/swagger-typescript-jquery/models.mustache

5 lines
82 B
Text
Raw Normal View History

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