mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Move src/core/types/elasticsearch
to @kbn/es-types
(#140522)
* create empty package * move types to packages * [CI] Auto-commit changed files from 'node scripts/generate codeowners' * start fixing imports * fix more imports * fix inline import * add apm-ui as owners * [CI] Auto-commit changed files from 'node scripts/generate codeowners' * fix new usages Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
256f2e7353
commit
9579ea7235
76 changed files with 254 additions and 93 deletions
|
@ -6,7 +6,7 @@
|
|||
*/
|
||||
|
||||
import { ElasticsearchClient } from '@kbn/core/server';
|
||||
import { ESSearchRequest, InferSearchResponseOf } from '@kbn/core/types/elasticsearch';
|
||||
import type { ESSearchRequest, InferSearchResponseOf } from '@kbn/es-types';
|
||||
import type { KibanaRequest } from '@kbn/core/server';
|
||||
import { unwrapEsResponse } from '@kbn/observability-plugin/server';
|
||||
import { MgetRequest, MgetResponse } from '@elastic/elasticsearch/lib/api/types';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue