From ad73cc8dcebf10eba9e4a1a8ff8810fb51573d7a Mon Sep 17 00:00:00 2001 From: Daniel Huth Date: Wed, 10 Feb 2021 21:08:21 +0100 Subject: [PATCH] Expose types from config_types.ts --- src/index.ts | 1 + 1 file changed, 1 insertion(+) 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';