DocSpace-buildtools/products/ASC.Files/Server/proto/ProviderAccountCacheItem.proto
2020-03-06 16:17:17 +03:00

7 lines
113 B
Protocol Buffer

syntax = "proto3";
package ASC.Files.Thirdparty;
message ProviderAccountCacheItem {
string Key = 1;
}