mirror of https://github.com/grpc/grpc-node.git
Expose MetadataOptions interface in grpc-js.
This commit is contained in:
parent
7239c0e2a2
commit
260aee93da
|
@ -48,7 +48,7 @@ import {
|
|||
ServiceClientConstructor,
|
||||
ServiceDefinition,
|
||||
} from './make-client';
|
||||
import { Metadata, MetadataValue } from './metadata';
|
||||
import { Metadata, MetadataOptions, MetadataValue } from './metadata';
|
||||
import {
|
||||
Server,
|
||||
UntypedHandleCall,
|
||||
|
|
Loading…
Reference in New Issue