CIA Compliance Manager — API Documentation - v1.1.104
    Preparing search index...

    Interface RiskAssessmentProps

    interface RiskAssessmentProps {
        riskLevel: string;
        description?: string;
        recommendations?: string[];
        showIcon?: boolean;
        className?: string;
        testId?: string;
    }
    Index
    riskLevel: string
    description?: string
    recommendations?: string[]
    showIcon?: boolean
    className?: string
    testId?: string