2023-01-27 13:39:10 -08:00

9 lines
140 B
TypeScript

// Original file: proto/grpc/testing/simple_messages.proto
export interface SimpleRequest {
}
export interface SimpleRequest__Output {
}