File tree Expand file tree Collapse file tree 2 files changed +5
-8
lines changed
templates/cli/lib/type-generation/languages Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -69,10 +69,9 @@ class JavaScript extends LanguageMeta {
69
69
* @typedef {import('${this._getAppwriteDependency()}').Models.Document} Document
70
70
*/
71
71
72
- /**
73
- * This file is auto-generated by the Appwrite CLI.
74
- * You can regenerate it by running \`appwrite types -l js ${this.getCurrentDirectory()}\`.
75
- */
72
+ // This file is auto-generated by the Appwrite CLI.
73
+ // You can regenerate it by running \`appwrite types -l js ${this.getCurrentDirectory()}\`.
74
+
76
75
<% for (const collection of collections) { %>
77
76
/**
78
77
* @typedef {Object} <% - toPascalCase(collection.name) %>
Original file line number Diff line number Diff line change @@ -71,10 +71,8 @@ class TypeScript extends LanguageMeta {
71
71
getTemplate() {
72
72
return `import { type Models } from '${this._getAppwriteDependency()}';
73
73
74
- /**
75
- * This file is auto-generated by the Appwrite CLI.
76
- * You can regenerate it by running \`appwrite types -l ts ${this.getCurrentDirectory()}\`.
77
- */
74
+ // This file is auto-generated by the Appwrite CLI.
75
+ // You can regenerate it by running \`appwrite types -l ts ${this.getCurrentDirectory()}\`.
78
76
79
77
<% for (const collection of collections) { -%>
80
78
<% for (const attribute of collection.attributes) { -%>
You can’t perform that action at this time.
0 commit comments