fix(findings): Add resource id to props

This commit is contained in:
Pedro De Castro
2024-11-07 08:05:16 +01:00
parent fca3d138c5
commit 89d7189a0f
+1
View File
@@ -231,6 +231,7 @@ export interface FindingProps {
type: "Resource";
id: string;
}[];
id: string;
attributes: {
uid: string;
name: string;