Skip to content

Commit

Permalink
Fixing type
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-buttner committed Apr 3, 2023
1 parent 1b06eea commit eaf06f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x-pack/plugins/cases/server/client/attachments/delete.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

import Boom from '@hapi/boom';

import type { CommentAttributes } from '../../../common/api';
import { Actions, ActionTypes } from '../../../common/api';
import { CASE_SAVED_OBJECT } from '../../../common/constants';
import { getAlertInfoFromComments, isCommentRequestTypeAlert } from '../../common/utils';
Expand Down

0 comments on commit eaf06f6

Please sign in to comment.