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

8 lines
113 B
Protocol Buffer
Raw Normal View History


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