Files
flatbuffers/grpc/examples/ts/greeter/src/greeter_generated.ts
Derek Bailey 7aae0af305 Remove old GRPC bash script and convert to python3 (#7454)
* Remove old GRPC bash script and convert to python3

* updated checking gRPC script to python3
2022-08-16 23:44:50 -07:00

5 lines
177 B
TypeScript

// automatically generated by the FlatBuffers compiler, do not modify
export { HelloReply } from './models/hello-reply';
export { HelloRequest } from './models/hello-request';