Skip to content

Commit b99fe20

Browse files
authored
Merge pull request #584 from Agreon/expose-type-definitions
Expose types from config_types.ts
2 parents b872b08 + ad73cc8 commit b99fe20

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ export * from './top';
1313
export * from './object';
1414
export * from './cp';
1515
export * from './patch';
16+
export { ConfigOptions, User, Cluster, Context } from './config_types';

0 commit comments

Comments
 (0)