Skip to content

Commit

Permalink
Merge pull request #584 from Agreon/expose-type-definitions
Browse files Browse the repository at this point in the history
Expose types from config_types.ts
  • Loading branch information
k8s-ci-robot committed Feb 12, 2021
2 parents b872b08 + ad73cc8 commit b99fe20
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 @@ -13,3 +13,4 @@ export * from './top';
export * from './object';
export * from './cp';
export * from './patch';
export { ConfigOptions, User, Cluster, Context } from './config_types';

0 comments on commit b99fe20

Please sign in to comment.