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,
|
ServiceClientConstructor,
|
||||||
ServiceDefinition,
|
ServiceDefinition,
|
||||||
} from './make-client';
|
} from './make-client';
|
||||||
import { Metadata, MetadataValue } from './metadata';
|
import { Metadata, MetadataOptions, MetadataValue } from './metadata';
|
||||||
import {
|
import {
|
||||||
Server,
|
Server,
|
||||||
UntypedHandleCall,
|
UntypedHandleCall,
|
||||||
|
|
Loading…
Reference in New Issue