DocSpace-buildtools/web/ASC.Web.Core/protos/TenantLogoCacheItem.proto

8 lines
113 B
Protocol Buffer

syntax = "proto3";
package ASC.Web.Core.WhiteLabel;
message TenantLogoCacheItem {
string Key = 1;
}