The policy for how to deal with case sensitivity in the match blocks.

interface UnredactedMember {
    $unknown?: undefined;
    redacted?: undefined;
    unredacted: AutoTestCaseSensitivity;
}

Properties

$unknown?: undefined
redacted?: undefined