From f89699004dc8124701b451fec64d4297e81e05ff Mon Sep 17 00:00:00 2001 From: Hans Ott Date: Mon, 4 Mar 2024 15:56:16 +0100 Subject: [PATCH] Don't export type --- library/src/agent/api/Event.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/src/agent/api/Event.ts b/library/src/agent/api/Event.ts index f4cc2fe3a..5e254cd86 100644 --- a/library/src/agent/api/Event.ts +++ b/library/src/agent/api/Event.ts @@ -48,7 +48,7 @@ type DetectedAttack = { type ModuleName = string; -export type Stats = Record< +type Stats = Record< ModuleName, { blocked: number;