AppFlowy/shared-lib/flowy-folder-data-model/resources/proto/view_info.proto
2022-06-17 16:42:18 +08:00

13 lines
263 B
Protocol Buffer

syntax = "proto3";
import "view.proto";
import "view.proto";
message ViewInfo {
string id = 1;
string belong_to_id = 2;
string name = 3;
string desc = 4;
ViewDataType data_type = 5;
RepeatedView belongings = 6;
string ext_data = 7;
}