mirror of https://github.com/grpc/grpc-node.git
Export UntypedServiceImplementation
This commit is contained in:
parent
4ab448e40f
commit
6d21f12cfe
|
@ -231,7 +231,7 @@ declare module "grpc" {
|
|||
/**
|
||||
* A type that servers as a default for an untyped service.
|
||||
*/
|
||||
type UntypedServiceImplementation = { [name: string]: handleCall<any, any> };
|
||||
export type UntypedServiceImplementation = { [name: string]: handleCall<any, any> };
|
||||
|
||||
/**
|
||||
* An object that completely defines a service.
|
||||
|
|
Loading…
Reference in New Issue