7 lines
100 B
Protocol Buffer

syntax = "proto3";
message RowIdentifierPayload {
string grid_id = 1;
string row_id = 3;
}