UNPKG

cdk-insights

Version:

AWS CDK security and cost analysis tool with AI-powered insights

3 lines (2 loc) 223 B
import type { IssueGroup, RedactionMapping } from '../types/analysis.types'; export declare const redactRecommendationMap: (originalMap: Record<string, IssueGroup>, mapping: RedactionMapping) => Record<string, IssueGroup>;