Skip to content

Commit 7ecf76c

Browse files
committed
add Client type for incident rule action
1 parent 7ed19f9 commit 7ecf76c

File tree

1 file changed

+3
-2
lines changed
  • src/sentry/static/sentry/app/views/settings/projectIncidentRules

1 file changed

+3
-2
lines changed

src/sentry/static/sentry/app/views/settings/projectIncidentRules/actions.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
import {IncidentRule} from './types';
2+
import {Client} from 'app/api';
23

3-
// TODO(ts): type api and response
4+
// TODO(ts): type response
45
export function deleteRule(
5-
api: any,
6+
api: Client,
67
orgId: string,
78
projectId: string,
89
rule: IncidentRule

0 commit comments

Comments
 (0)