Variable MatchingStrategiesConst

MatchingStrategies: {
    ALL: "all";
    FREQUENCY: "frequency";
    LAST: "last";
} = ...