Index: client/html/generated/html/interface/ScriptProfile.dart |
diff --git a/client/dom/templates/interface.darttemplate b/client/html/generated/html/interface/ScriptProfile.dart |
similarity index 71% |
copy from client/dom/templates/interface.darttemplate |
copy to client/html/generated/html/interface/ScriptProfile.dart |
index 4e092a52e6f8755ebae6d8b72e5ccd9873a6dca2..f4c5eeaf9657ebf4c563c9f9b2a956e6bc72a2a6 100644 |
--- a/client/dom/templates/interface.darttemplate |
+++ b/client/html/generated/html/interface/ScriptProfile.dart |
@@ -4,5 +4,11 @@ |
// WARNING: Do not edit - generated code. |
-interface $ID$!EXTENDS { |
-$!MEMBERS} |
+interface ScriptProfile { |
+ |
+ final ScriptProfileNode head; |
+ |
+ final String title; |
+ |
+ final int uid; |
+} |