From 533e5e2e4c5a7d43f483125f7b5f41890913dd93 Mon Sep 17 00:00:00 2001 From: lcawl Date: Tue, 7 Jan 2020 09:02:25 -0800 Subject: [PATCH] [DOCS] Fixes type check failure --- x-pack/legacy/plugins/transform/public/shim.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/x-pack/legacy/plugins/transform/public/shim.ts b/x-pack/legacy/plugins/transform/public/shim.ts index 3f8475cb3a17e..d739dd2edddcc 100644 --- a/x-pack/legacy/plugins/transform/public/shim.ts +++ b/x-pack/legacy/plugins/transform/public/shim.ts @@ -47,6 +47,7 @@ export interface Core extends npCore { esDocBasePath: string; esPluginDocBasePath: string; esStackOverviewDocBasePath: string; + esMLDocBasePath: string; }; docTitle: { change: typeof docTitle.change;