From 468fab911a8c8808158f6968fc0a8f66c79feb57 Mon Sep 17 00:00:00 2001 From: restrry Date: Thu, 2 Sep 2021 10:52:41 +0200 Subject: [PATCH] export LICENSE_TYPE as it is used in tests --- x-pack/plugins/licensing/server/index.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/x-pack/plugins/licensing/server/index.ts b/x-pack/plugins/licensing/server/index.ts index e242719cac2fb..a95842308e4eb 100644 --- a/x-pack/plugins/licensing/server/index.ts +++ b/x-pack/plugins/licensing/server/index.ts @@ -22,6 +22,8 @@ export type { ILicense, } from '../common/types'; +export { LICENSE_TYPE } from '../common/types'; + export type { FeatureUsageServiceSetup, FeatureUsageServiceStart } from './services'; export type {