CIA Compliance Manager — API Documentation - v1.1.50
    Preparing search index...
    interface RiskAssessmentProps {
        riskLevel: string;
        description?: string;
        recommendations?: string[];
        showIcon?: boolean;
        className?: string;
        testId?: string;
    }
    Index

    Properties

    riskLevel: string
    description?: string
    recommendations?: string[]
    showIcon?: boolean
    className?: string
    testId?: string