Skip to content

Commit

Permalink
[SIEM] Fix GetOneTimeline graphql type
Browse files Browse the repository at this point in the history
  • Loading branch information
patrykkopycinski committed Jun 3, 2020
1 parent 642800c commit 31ab2fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions x-pack/plugins/siem/public/graphql/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5405,6 +5405,8 @@ export namespace GetOneTimeline {

pinnedEventsSaveObject: Maybe<PinnedEventsSaveObject[]>;

status: Maybe<TimelineStatus>;

title: Maybe<string>;

timelineType: Maybe<TimelineType>;
Expand Down

0 comments on commit 31ab2fa

Please sign in to comment.