/** *

The rule to exclude from a rule group. This is applicable only when the ActivatedRule refers to a RuleGroup. The rule must belong to the RuleGroup that is specified by the ActivatedRule.

*/ export interface _ExcludedRule { /** *

The unique identifier for the rule to exclude from the rule group.

*/ RuleId: string; } export declare type _UnmarshalledExcludedRule = _ExcludedRule;