diff --git a/src/index.ts b/src/index.ts index d470ac8fd6..e2890cace6 100644 --- a/src/index.ts +++ b/src/index.ts @@ -13,3 +13,4 @@ export * from './top'; export * from './object'; export * from './cp'; export * from './patch'; +export { ConfigOptions, User, Cluster, Context } from './config_types';