summit/frontend/node_modules/resolve-protobuf-schema/test/a.proto

5 lines
59 B
Protocol Buffer
Raw Normal View History

2025-12-08 16:31:30 +00:00
import "./b.proto";
message A {
optional string a = 1;
}