mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-04-24 22:57:12 -04:00
8 lines
139 B
Protocol Buffer
8 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;
|
|
}
|