Variable MatchingStrategiesConst

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

Type declaration

  • Readonly ALL: "all"
  • Readonly FREQUENCY: "frequency"
  • Readonly LAST: "last"