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

7 lines
107 B
Protocol Buffer
Raw Normal View History

syntax = "proto3";
package ASC.Core.Caching;
message UserPhotoCacheItem {
string Key = 1;
}