mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-04-24 14:47:13 -04:00
7 lines
105 B
Protocol Buffer
7 lines
105 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
message App {
|
|
string id = 1;
|
|
string workspace_id = 2;
|
|
string name = 3;
|
|
}
|