Skip to content

Commit

Permalink
Typecheck fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Zacqary committed Apr 7, 2020
1 parent b6d89a6 commit 5d099f2
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 @@ -56,7 +56,7 @@ export interface ActionTypeModel {
}

export interface ValidationResult {
errors: IErrorObject;
errors: Record<string, any>;
}

export interface ActionConnector {
Expand Down

0 comments on commit 5d099f2

Please sign in to comment.