Skip to content

Commit

Permalink
[SIEM] Fix GetOneTimeline graphql type (#68137)
Browse files Browse the repository at this point in the history
  • Loading branch information
patrykkopycinski authored Jun 3, 2020
1 parent ce6b61e commit c4d2ba3
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 c4d2ba3

Please sign in to comment.