diff --git a/src/config.ts b/src/config.ts index a3c1603e91..f241e137ea 100644 --- a/src/config.ts +++ b/src/config.ts @@ -595,7 +595,7 @@ export class KubeConfig implements SecurityAuthentication { } } -type ApiConstructor = new (config: Configuration) => T; +export type ApiConstructor = new (config: Configuration) => T; export function makeAbsolutePath(root: string, file: string): string { if (!root || path.isAbsolute(file)) {