Skip to content

Commit

Permalink
type
Browse files Browse the repository at this point in the history
  • Loading branch information
klacabane committed Jan 23, 2023
1 parent a231d33 commit 5a70329
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const MAX_BUCKET_SIZE = 50;
* Each module (beats, kibana...) can contain one or multiple metricsets with error messages
*/
interface ErrorsQueryOptions extends QueryOptions {
products: Exclude<MonitoredProduct, MonitoredProduct.Cluster>;
products: Array<Exclude<MonitoredProduct, MonitoredProduct.Cluster>>;
errorQueryType: 'metricbeatErrorsQuery' | 'packageErrorsQuery';
errorQueryIsDataStream?: boolean;
}
Expand Down

0 comments on commit 5a70329

Please sign in to comment.