From ebba0e239e7947e1d4244405554c8a50db94549d Mon Sep 17 00:00:00 2001 From: Charles Hu <106095667+charleshu-8@users.noreply.github.com> Date: Tue, 4 Jun 2024 11:05:44 -0400 Subject: [PATCH] Update splunk-control-types.ts --- libs/hdf-converters/types/splunk-control-types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/hdf-converters/types/splunk-control-types.ts b/libs/hdf-converters/types/splunk-control-types.ts index 3511a42970..ef9c34849a 100644 --- a/libs/hdf-converters/types/splunk-control-types.ts +++ b/libs/hdf-converters/types/splunk-control-types.ts @@ -9,7 +9,7 @@ export type SplunkControl = { descriptions: Record[] | ILookupPathFH; id: string; impact: number; - refs: any[] | ILookupPathFH; + refs: unknown[]; results?: HDFControlSegment[] | ILookupPathFH; source_location?: any; tags: Tags;