mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 02:09:32 -04:00
* WIP [Regression] Histogram aggregation always shows an error message Closes: #62624 * make getInternalStartServices private * fix ts issues * remove createSearchSource from static contract * fix some jest test * move searh_source to static contract * fix types * fix function tests * fix jest / add createStartServicesGetter * fix comments: saved_object_management * maps: fix PR comments * maps: update types * fix heck_published_api_changes * move searchSource into runtime contract * cleanup * fix ts error * cleanup * remove extra dependencies * fix Discover * fix Discover JEST * fix PR comments Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com> # Conflicts: # src/plugins/data/public/public.api.md
398 B
398 B
Home > kibana-plugin-plugins-data-public > ISearchSource
ISearchSource type
*
Signature:
export declare type ISearchSource = Pick<SearchSource, keyof SearchSource>;