Skip to content

Commit

Permalink
Don't export type
Browse files Browse the repository at this point in the history
  • Loading branch information
hansott committed Mar 4, 2024
1 parent 6b3559f commit f896990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/src/agent/api/Event.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ type DetectedAttack = {

type ModuleName = string;

export type Stats = Record<
type Stats = Record<
ModuleName,
{
blocked: number;
Expand Down

0 comments on commit f896990

Please sign in to comment.