Remove default generic types for alerts and actions plugin #74897
Labels
Feature:Actions
Feature:Alerting
Team:ResponseOps
Label for the ResponseOps team (formerly the Cases and Alerting teams)
With the support of generics coming soon (#64147), this issue would track the enforcement to use generics for alert and action types (and other generic types provided). We can move the usage of
Record<string, unknown
andRecord<string, any>
to the areas that are causing failures when implementing this.Also types using
Record<string, any>
should convert toRecord<string, unknown>
.The text was updated successfully, but these errors were encountered: