From 198101a292c829e31763aa566e9b351a1548d5ed Mon Sep 17 00:00:00 2001 From: Sebastian Schmidt Date: Wed, 1 Jan 2020 20:55:00 -0800 Subject: [PATCH] feat: export ServiceConfig (#695) I would also like to export ServiceConfig, so I don't have to pass the full ClientConfig to my utility methods --- src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.ts b/src/index.ts index 5a0b0802a..2468541ef 100644 --- a/src/index.ts +++ b/src/index.ts @@ -57,6 +57,7 @@ export { ClientConfig, constructSettings, RetryOptions, + ServiceConfig, } from './gax'; export {GoogleError} from './googleError'; export {