We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 732a0c9 commit b2ab654Copy full SHA for b2ab654
x-pack/plugins/observability/public/typings/fetch_overview_data/index.ts
@@ -34,7 +34,7 @@ export type HasData = () => Promise<boolean>;
34
35
export type ObservabilityFetchDataPlugins = Exclude<
36
ObservabilityApp,
37
- 'observability' | 'stack_monitoring'
+ 'observability' | 'stack_monitoring' | 'ux'
38
>;
39
40
export interface DataHandler<
0 commit comments