n8n/packages/nodes-base/nodes/TheHiveProject/helpers/interfaces.ts
2023-09-04 18:15:52 +03:00

9 lines
135 B
TypeScript

export const enum TLP {
white,
green,
amber,
red,
}
export type QueryScope = { query: string; id?: string; restrictTo?: string };