mirror of
https://github.com/grpc/grpc-node.git
synced 2026-01-18 14:18:13 +00:00
9 lines
140 B
TypeScript
9 lines
140 B
TypeScript
// Original file: proto/grpc/testing/simple_messages.proto
|
|
|
|
|
|
export interface SimpleRequest {
|
|
}
|
|
|
|
export interface SimpleRequest__Output {
|
|
}
|