feat(TheHive Node): Overhaul (#6457)
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
export const enum TLP {
|
||||
white,
|
||||
green,
|
||||
amber,
|
||||
red,
|
||||
}
|
||||
|
||||
export type QueryScope = { query: string; id?: string; restrictTo?: string };
|
||||
Reference in New Issue
Block a user