From 89d7189a0f2b2b3a6a92b4105f06bbb210ab9cfc Mon Sep 17 00:00:00 2001 From: Pedro De Castro <1519428+snaow@users.noreply.github.com> Date: Thu, 7 Nov 2024 08:05:16 +0100 Subject: [PATCH] fix(findings): Add resource id to props --- types/components.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/types/components.ts b/types/components.ts index b6c4b59da2..b3d85fa3a2 100644 --- a/types/components.ts +++ b/types/components.ts @@ -231,6 +231,7 @@ export interface FindingProps { type: "Resource"; id: string; }[]; + id: string; attributes: { uid: string; name: string;