We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 657673e commit 8244e1dCopy full SHA for 8244e1d
packages/packages/google-gax/src/grpc.ts
@@ -64,9 +64,7 @@ export interface ClientStubOptions {
64
protocol?: string;
65
servicePath?: string;
66
port?: number;
67
- // TODO: use sslCreds?: grpc.ChannelCredentials;
68
- // eslint-disable-next-line @typescript-eslint/no-explicit-any
69
- sslCreds?: any;
+ sslCreds?: grpc.ChannelCredentials;
70
[index: string]: string | number | undefined | {};
71
}
72
packages/packages/google-gax/src/index.ts
@@ -102,4 +102,4 @@ export {
102
PaginationResponse,
103
} from './clientInterface';
104
105
-export {ServiceError} from '@grpc/grpc-js';
+export {ServiceError, ChannelCredentials} from '@grpc/grpc-js';
0 commit comments