mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
9 lines
139 B
Protocol Buffer
9 lines
139 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
message FolderInfo {
|
|
string folder_id = 1;
|
|
string text = 2;
|
|
int64 rev_id = 3;
|
|
int64 base_rev_id = 4;
|
|
}
|