Skip to content

Commit

Permalink
change type back to any as usage is wrong in other plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
gmmorris committed May 11, 2020
1 parent 488ee79 commit 041e177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/triggers_actions_ui/public/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ export interface AlertTypeModel<AlertParamsType = any, AlertsContextValue = any>
iconClass: string;
validate: (alertParams: AlertParamsType) => ValidationResult;
alertParamsExpression:
| React.FunctionComponent<AlertTypeParamsExpressionProps<AlertParamsType, AlertsContextValue>>
| React.FunctionComponent<any>
| React.LazyExoticComponent<
ComponentType<AlertTypeParamsExpressionProps<AlertParamsType, AlertsContextValue>>
>;
Expand Down

0 comments on commit 041e177

Please sign in to comment.