interface IRuleModifier

Represents a rule modifier/option

Properties

name: string

Modifier name (e.g., 'third-party', 'domain')

value: string | null

Modifier value, or null if no value

Usage

import { type IRuleModifier } from ".";