DocSpace-buildtools/common/ASC.Core.Common/protos/SettingsCacheItem.proto

7 lines
103 B
Protocol Buffer
Raw Normal View History

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