Update index.mustache

This commit is contained in:
Luke Hagar
2023-04-18 13:17:34 -05:00
parent 1021fd9033
commit abc76a4a13

View File

@@ -3,5 +3,5 @@
{{>licenseInfo}} {{>licenseInfo}}
export * from "./api"; export * from "./api";
export * from "./configuration export * from "./configuration";
{{#withSeparateModelsAndApi}}export * from "./{{tsModelPackage}}";{{/withSeparateModelsAndApi}} {{#withSeparateModelsAndApi}}export * from "./{{tsModelPackage}}";{{/withSeparateModelsAndApi}}