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

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

Properties

$unknown?: undefined
redacted?: undefined