We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af5ef49 commit b0d0e7eCopy full SHA for b0d0e7e
1 file changed
x-pack/plugins/triggers_actions_ui/public/application/lib/get_defaults_for_action_params.ts
@@ -4,13 +4,13 @@
4
* you may not use this file except in compliance with the Elastic License.
5
*/
6
7
-import { ResolvedActionGroup } from '../../../../alerts/common';
+import { AlertActionParam, ResolvedActionGroup } from '../../../../alerts/common';
8
import { AlertProvidedActionVariables } from './action_variables';
9
10
export const getDefaultsForActionParams = (
11
actionTypeId: string,
12
actionGroupId: string
13
-): Record<string, unknown> | undefined => {
+): Record<string, AlertActionParam> | undefined => {
14
switch (actionTypeId) {
15
case '.pagerduty':
16
const pagerDutyDefaults = {
0 commit comments