From 2e8e3fb3df521fdd5962096e22c8b0eda71091cb Mon Sep 17 00:00:00 2001 From: Timothy Sullivan Date: Mon, 3 Feb 2020 13:03:18 -0700 Subject: [PATCH] fix typescript --- x-pack/legacy/plugins/reporting/server/legacy.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/legacy/plugins/reporting/server/legacy.ts b/x-pack/legacy/plugins/reporting/server/legacy.ts index d1a4e55fe6cb2..c80aef06cf270 100644 --- a/x-pack/legacy/plugins/reporting/server/legacy.ts +++ b/x-pack/legacy/plugins/reporting/server/legacy.ts @@ -5,7 +5,7 @@ */ import { Legacy } from 'kibana'; import { PluginInitializerContext } from 'src/core/server'; -import { PluginSetupContract as SecurityPluginSetup } from '../../../../plugins/security/server'; +import { SecurityPluginSetup } from '../../../../plugins/security/server'; import { ReportingPluginSpecOptions } from '../types'; import { plugin } from './index'; import { LegacySetup, ReportingStartDeps } from './plugin';