unnecessary change

This commit is contained in:
Madison Caldwell 2021-02-17 17:24:17 +00:00
parent 9dab01e3be
commit 3edc7f2f2a

View file

@ -28,7 +28,7 @@ export interface RuleEcs {
tags?: string[];
threat?: unknown;
threshold?: {
field: string | string[];
field: string;
value: number;
};
type?: string[];