export interface SbomDetails { allowListViolations?: number; artifactId?: string; artifactSourceId?: string; avgScore?: string; componentsCount?: number; denyListViolations?: number; maxScore?: string; orchestrationId?: string; orgId?: string; projectId?: string; }