mirror of https://github.com/grpc/grpc-node.git
Merge pull request #2071 from kskalski/master
Expose MetadataOptions interface in grpc-js.
This commit is contained in:
commit
a6f3df70ae
|
@ -48,7 +48,7 @@ import {
|
|||
ServiceClientConstructor,
|
||||
ServiceDefinition,
|
||||
} from './make-client';
|
||||
import { Metadata, MetadataValue } from './metadata';
|
||||
import { Metadata, MetadataOptions, MetadataValue } from './metadata';
|
||||
import {
|
||||
Server,
|
||||
UntypedHandleCall,
|
||||
|
@ -119,7 +119,7 @@ export const credentials = {
|
|||
|
||||
/**** Metadata ****/
|
||||
|
||||
export { Metadata, MetadataValue };
|
||||
export { Metadata, MetadataOptions, MetadataValue };
|
||||
|
||||
/**** Constants ****/
|
||||
|
||||
|
|
Loading…
Reference in New Issue