Member Junction
    Preparing search index...

    The evaluator's answer, in the shape IConditionEvaluator returns.

    type ConditionVerdict = {
        ErrorMessage?: string;
        Success: boolean;
        Value?: unknown;
    }
    Index

    Properties

    ErrorMessage?: string
    Success: boolean
    Value?: unknown