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

10 lines
154 B
Protocol Buffer

syntax = "proto3";
package ASC.Core.Common.Notify;
message RegisterUserProto {
string user_id= 1;
int32 tenant_id= 2;
string token= 3;
}