everyone, I need to send jsonlogic object through gRPC, so I cannot understand how to build a message
that can contain property with dynamic keys, and dynamic types of that keys value.
message JSONLogic {
string somePropperty = 1;
??? jsonLogicProperty = 2;
}
environment: nestjs on nodejs