summit/frontend/node_modules/protocol-buffers-schema/test/fixtures/import.proto

7 lines
114 B
Protocol Buffer
Raw Normal View History

2025-12-08 16:31:30 +00:00
import "./result.proto";
import "./other_result.proto";
message SearchResponse {
repeated Result result = 1;
}