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

    Interface RiskLevelBadgeProps

    interface RiskLevelBadgeProps {
        level: string;
        showIcon?: boolean;
        className?: string;
        testId?: string;
    }
    Index
    level: string
    showIcon?: boolean
    className?: string
    testId?: string