any-sync/thread/pb/protos/thread.proto
2022-07-12 00:30:24 +02:00

8 lines
139 B
Protocol Buffer

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