@morojs/moro / GrpcClient
Interface: GrpcClient
Defined in: src/core/grpc/types.ts:183
gRPC client interface
Indexable
[methodName: string]: (...args) => Promise<any> | () => void
Methods
close()
close():
void
Defined in: src/core/grpc/types.ts:185
Returns
void