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;