MatchingRule: Metadata & {
    booleanFilter?: string | null;
    description?: string | null;
    label: string;
    matchingRuleItems: MatchingRuleItem[];
    ruleStatus: string;
}

Type declaration

  • Optional booleanFilter?: string | null
  • Optional description?: string | null
  • label: string
  • matchingRuleItems: MatchingRuleItem[]
  • ruleStatus: string