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[]; -}