Skip to content

Commit

Permalink
[SIEM] Fix GetOneTimeline graphql type (#68137) (#68165)
Browse files Browse the repository at this point in the history
  • Loading branch information
patrykkopycinski committed Jun 3, 2020
1 parent 3b216f1 commit c96408d
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 @@ -5122,6 +5122,8 @@ export namespace GetOneTimeline {

pinnedEventsSaveObject: Maybe<PinnedEventsSaveObject[]>;

status: Maybe<TimelineStatus>;

title: Maybe<string>;

timelineType: Maybe<TimelineType>;
Expand Down

0 comments on commit c96408d

Please sign in to comment.