DocSpace-client/common/ASC.Core.Common/protos/group_cache_item.proto

8 lines
119 B
Protocol Buffer

syntax = "proto3";
package ASC.Core.Caching;
message GroupCacheItem {
string id = 1;
int32 tenant = 2;
}