mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
8 lines
105 B
Protocol Buffer
8 lines
105 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
message App {
|
|
string id = 1;
|
|
string workspace_id = 2;
|
|
string name = 3;
|
|
}
|