mirror of
https://github.com/grpc/grpc-node.git
synced 2026-01-18 14:18:13 +00:00
11 lines
183 B
TypeScript
11 lines
183 B
TypeScript
// Original file: proto/grpc/testing/simple_messages.proto
|
|
|
|
|
|
export interface StringValue {
|
|
'message'?: (string);
|
|
}
|
|
|
|
export interface StringValue__Output {
|
|
'message': (string);
|
|
}
|