Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
shahzad31 committed Sep 28, 2020
1 parent 732a0c9 commit b2ab654
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export type HasData = () => Promise<boolean>;

export type ObservabilityFetchDataPlugins = Exclude<
ObservabilityApp,
'observability' | 'stack_monitoring'
'observability' | 'stack_monitoring' | 'ux'
>;

export interface DataHandler<
Expand Down

0 comments on commit b2ab654

Please sign in to comment.