AppFlowy/rust-lib/flowy-protobuf/define/user.proto
2021-07-04 23:31:33 +08:00

8 lines
105 B
Protocol Buffer

syntax = "proto3";
message App {
string id = 1;
string workspace_id = 2;
string name = 3;
}