We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9211fb0 commit 6a4f213Copy full SHA for 6a4f213
templates/cli/lib/type-generation/languages/typescript.js.twig
@@ -75,6 +75,7 @@ export enum <%- toPascalCase(attribute.key) %> {
75
<%- element.toUpperCase() %> = "<%- element %>",
76
<% } -%>
77
}
78
+
79
80
81
@@ -84,6 +85,7 @@ export type <%- toPascalCase(collection.name) %> = Models.Document & {
84
85
<%- attribute.key %>: <%- getType(attribute) %>;
86
87
88
89
<% } %>`;
90
91
0 commit comments