RuleState type

Определяет значения для RuleState.

TypeScript
type RuleState = "Enabled" | "Disabled" | "Expired"