Files
whsfund/functions/node_modules/protobufjs/google/protobuf/source_context.proto
2026-03-23 15:29:13 -04:00

8 lines
98 B
Protocol Buffer

syntax = "proto3";
package google.protobuf;
message SourceContext {
string file_name = 1;
}