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

7 lines
102 B
Protocol Buffer
Raw Normal View History

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