Add Todo React component schema and runtime
This commit is contained in:
@@ -17,6 +17,7 @@ extend google.protobuf.MessageOptions {
|
||||
repeated MigrationOptions migration = 51012;
|
||||
InterfaceOptions interface = 51013;
|
||||
repeated ImplementsOptions implements = 51014;
|
||||
ConstructorOptions constructor = 51015;
|
||||
}
|
||||
|
||||
extend google.protobuf.FieldOptions {
|
||||
@@ -46,6 +47,10 @@ message ImplementsOptions {
|
||||
repeated TypeBinding type_binding = 2;
|
||||
}
|
||||
|
||||
message ConstructorOptions {
|
||||
quixos.FunctionRef function = 1;
|
||||
}
|
||||
|
||||
message EdgeOptions {
|
||||
SymbolRef id = 1;
|
||||
SymbolRef target = 2;
|
||||
|
||||
Reference in New Issue
Block a user