Skip to content

Commit

Permalink
Test type defs
Browse files Browse the repository at this point in the history
Signed-off-by: Charles Hu <[email protected]>
  • Loading branch information
charleshu-8 committed Jun 4, 2024
1 parent 5560884 commit 587f7f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/hdf-converters/types/splunk-control-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export type SplunkControl = {
descriptions: Record<string, string>[] | ILookupPathFH;
id: string;
impact: number;
refs: unknown[];
refs: any[];
results?: HDFControlSegment[] | ILookupPathFH;
source_location?: any;
tags: Tags;
Expand Down

0 comments on commit 587f7f1

Please sign in to comment.