From efaffdc054bfce11bb813612103894de27b91469 Mon Sep 17 00:00:00 2001 From: Alessio Franceschi Date: Tue, 5 Jan 2021 19:52:09 +0100 Subject: [PATCH] Delete threatInfo.d.ts --- threatInfo.d.ts | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 threatInfo.d.ts diff --git a/threatInfo.d.ts b/threatInfo.d.ts deleted file mode 100644 index 994d2c0..0000000 --- a/threatInfo.d.ts +++ /dev/null @@ -1,5 +0,0 @@ -export namespace THREAT_INFO { - const threatTypes: string[]; - const platformTypes: string[]; - const threatEntryTypes: string[]; -}