DocSpace-client/common/ASC.Core.Common/protos/disable_client_proto.proto

7 lines
110 B
Protocol Buffer

syntax = "proto3";
package ASC.Core.Common.Notify;
message DisableClientProto {
int32 tenant_id= 1;
}