grpc-js: Export ServerErrorResponse type, which is used in public APIs

This commit is contained in:
Michael Lumish 2021-06-02 13:42:41 -07:00
parent 7354ff5b58
commit f01b6d9fca
1 changed files with 2 additions and 0 deletions

View File

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