DocSpace-client/common/ASC.Core.Common/protos/SettingsCacheItem.proto
2019-07-22 15:31:09 +03:00

7 lines
103 B
Protocol Buffer

syntax = "proto3";
package ASC.Core.Data;
message SettingsCacheItem {
string Key = 1;
}