mirror of https://github.com/grpc/grpc-node.git
grpc-js: Export ServerErrorResponse type, which is used in public APIs
This commit is contained in:
parent
7354ff5b58
commit
f01b6d9fca
|
@ -62,6 +62,7 @@ import {
|
|||
ServerReadableStream,
|
||||
ServerWritableStream,
|
||||
ServerDuplexStream,
|
||||
ServerErrorResponse,
|
||||
} from './server-call';
|
||||
|
||||
export { OAuth2Client };
|
||||
|
@ -173,6 +174,7 @@ export {
|
|||
ServerReadableStream,
|
||||
ServerWritableStream,
|
||||
ServerDuplexStream,
|
||||
ServerErrorResponse,
|
||||
ServiceDefinition,
|
||||
UntypedHandleCall,
|
||||
UntypedServiceImplementation,
|
||||
|
|
Loading…
Reference in New Issue