Files
Дмитрий 01821526d2 first commit
2026-03-24 14:18:09 +03:00

10 lines
105 B
Protocol Buffer

syntax = "proto3";
package google.protobuf;
message Any {
string type_url = 1;
bytes value = 2;
}