5
0
Fork 0
backend-protobuf/store.proto

10 lines
114 B
Protocol Buffer

syntax = "proto3";
package protobuf;
import "bite.proto";
message Store {
string type = 1;
Bite bite = 2;
}