Add Todo React component schema and runtime

This commit is contained in:
Timothy J. Aveni
2026-07-12 17:06:32 -07:00
parent 79d551131e
commit cab21888e6
6 changed files with 82 additions and 15 deletions
+1
View File
@@ -35,6 +35,7 @@ enum FunctionCapabilityKind {
METHOD = 1;
FIELD_RESOLVER = 2;
MIGRATION = 3;
CONSTRUCTOR = 4;
}
message ClassExport {