Skip to content

Commit 2fdc0f0

Browse files
committed
chore: ensure dependencyGraph has a proper type
any -> string, to stay truthful to its usage.
1 parent bdb9d4c commit 2fdc0f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/transmitter/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export interface IKubernetesMonitorMetadata {
3636
export interface IDepGraphPayload {
3737
imageLocator: IImageLocator;
3838
agentId: string;
39-
dependencyGraph?: any;
39+
dependencyGraph?: string;
4040
metadata: IKubernetesMonitorMetadata;
4141
}
4242

0 commit comments

Comments
 (0)