The condition for that determines if the children should run.

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

Properties

$unknown?: undefined
redacted?: undefined