n8n/packages/nodes-base/nodes/TheHiveProject/helpers/interfaces.ts

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
135 B
TypeScript
Raw Normal View History

2023-09-04 08:15:52 -07:00
export const enum TLP {
white,
green,
amber,
red,
}
export type QueryScope = { query: string; id?: string; restrictTo?: string };