Skip to content

Commit

Permalink
Merge branch 'BED-5083' of github.com:SpecterOps/BloodHound into BED-…
Browse files Browse the repository at this point in the history
…5133
  • Loading branch information
benwaples committed Jan 23, 2025
2 parents 8bb660b + c1e0629 commit ebc0110
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/javascript/js-client-library/src/responses.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@ type PostureFindingTrend = {
finding_count_start: number;
finding_count_end: number;
composite_risk: number;
display_title: string;
display_type: string;
};

export type PostureFindingTrendsResponse = TimeWindowedResponse<{
Expand Down

0 comments on commit ebc0110

Please sign in to comment.