grpc-node/packages/grpc-js/test/generated/Response.ts

13 lines
212 B
TypeScript

// Original file: test/fixtures/test_service.proto
export interface Response {
'count'?: (number);
'message'?: (string);
}
export interface Response__Output {
'count': (number);
'message': (string);
}