use correct type (#54244)

This commit is contained in:
Mikhail Shustov 2020-01-08 19:46:10 +03:00 committed by GitHub
parent bc640bdcba
commit 26a4ec4117
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -129,7 +129,7 @@ export interface KibanaCore {
plugins: PluginsSetup;
};
startDeps: {
core: CoreSetup;
core: CoreStart;
plugins: Record<string, object>;
};
logger: LoggerFactory;