This commit is contained in:
Jeff Carr 2025-02-19 14:09:11 -06:00
parent b2cdb562af
commit a68465cfdc
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ import "widget.proto"; // Import the well-known type for Timestamp
message StringRow {
string header = 1; //
Widget header = 1; //
repeated string vals = 2; //
repeated Widget widgets = 3; //
}