mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[data plugin ] Reduce data plugin reexporting of data view exports (#133518)
* reduce data plugin reexporting of data view exports * reduce data plugin reexporting of data view exports * cleanup * Apply suggestions from code review Co-authored-by: Dima Arnautov <arnautov.dima@gmail.com> Co-authored-by: Dima Arnautov <arnautov.dima@gmail.com>
This commit is contained in:
parent
7f19f7af96
commit
fb881b27f8
14 changed files with 19 additions and 29 deletions
|
@ -11,7 +11,7 @@ import type * as estypes from '@elastic/elasticsearch/lib/api/typesWithBodyKey';
|
|||
import { schema } from '@kbn/config-schema';
|
||||
import { RequestHandlerContext, ElasticsearchClient } from '@kbn/core/server';
|
||||
import { CoreSetup, Logger } from '@kbn/core/server';
|
||||
import { RuntimeField } from '@kbn/data-plugin/common';
|
||||
import { RuntimeField } from '@kbn/data-views-plugin/common';
|
||||
import { DataViewsService, DataView, FieldSpec } from '@kbn/data-views-plugin/common';
|
||||
import { UI_SETTINGS } from '@kbn/data-plugin/server';
|
||||
import { BASE_API_URL } from '../../common';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue