vlocode-project - v1.40.0-beta-4
    Preparing search index...

    Interface RecommendationLoadCondition

    interface RecommendationLoadCondition {
        field: string;
        operator: RecommendationConditionOperator;
        value: RecommendationConditionValue;
    }
    Index

    Properties

    Properties

    field: string