EvaluationContextValue:
    | PrimitiveValue
    | Date
    | {
        [key: string]: EvaluationContextValue;
    }
    | EvaluationContextValue[]