any-sync/thread/pb/protos/thread.proto
2022-07-11 23:40:44 +02:00

8 lines
139 B
Protocol Buffer

syntax = "proto3";
package anytype;
option go_package = "pb";
message ThreadHeader {
string firstRecordId = 1;
bool isWorkspace = 2;
}