Skip to content

Commit

Permalink
feat: export ServiceConfig (#695)
Browse files Browse the repository at this point in the history
I would also like to export ServiceConfig, so I don't have to pass the full ClientConfig to my utility methods
  • Loading branch information
schmidt-sebastian authored and alexander-fenster committed Jan 2, 2020
1 parent d0a100d commit 198101a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ export {
ClientConfig,
constructSettings,
RetryOptions,
ServiceConfig,
} from './gax';
export {GoogleError} from './googleError';
export {
Expand Down

0 comments on commit 198101a

Please sign in to comment.