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

8 lines
128 B
Protocol Buffer
Raw Normal View History

syntax = "proto3";
package ASC.Core.Caching;
message UserInfoCacheItem {
2019-08-28 12:58:53 +00:00
bytes ID = 1;
int32 Tenant = 2;
}