Skip to content

Commit 8d7d3f3

Browse files
committed
Expose MetadataOptions interface in grpc-js.
1 parent 260aee9 commit 8d7d3f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/grpc-js/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ export const credentials = {
119119

120120
/**** Metadata ****/
121121

122-
export { Metadata, MetadataValue };
122+
export { Metadata, MetadataOptions, MetadataValue };
123123

124124
/**** Constants ****/
125125

0 commit comments

Comments
 (0)