5
0
Fork 0
backend-protobuf/store.proto

10 lines
110 B
Protocol Buffer

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