Skip to content

Commit 69ff49d

Browse files
committed
feat: export UserOptions interface from the BaseService
1 parent adaae5e commit 69ff49d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* @module ibm-cloud-sdk-core
1919
*/
2020

21-
export { BaseService } from './lib/base_service';
21+
export { BaseService, UserOptions } from './lib/base_service';
2222
export * from './auth';
2323
export * from './lib/helper';
2424
export { default as qs } from './lib/querystring';

0 commit comments

Comments
 (0)