Skip to content

Commit

Permalink
fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
patrykkopycinski committed Dec 22, 2019
1 parent 18dbe7c commit 424c2ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x-pack/legacy/plugins/siem/public/store/inputs/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

import { get } from 'lodash/fp';

import { InputsModel, TimeRange, Refetch, InspectQuery } from './model';
import { InputsModel, TimeRange, Refetch, RefetchKql, InspectQuery } from './model';
import { InputsModelId } from './constants';

export const updateInputTimerange = (
Expand Down Expand Up @@ -59,7 +59,7 @@ export interface UpdateQueryParams {
inputId: InputsModelId;
inspect: InspectQuery | null;
loading: boolean;
refetch: Refetch;
refetch: Refetch | RefetchKql;
state: InputsModel;
}

Expand Down

0 comments on commit 424c2ff

Please sign in to comment.