Export UntypedServiceImplementation

This commit is contained in:
André Wachter 2017-12-12 11:38:09 +01:00
parent 4ab448e40f
commit 6d21f12cfe
1 changed files with 1 additions and 1 deletions

View File

@ -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.