interface IBlocklistRule

Blocklist rule for compression

Properties

ruleText: string

Current rule text (may be modified)

canCompress: boolean

Whether the rule can be compressed

hostname: string | null

Extracted hostname, or null if not applicable

Original unmodified rule text

Usage

import { type IBlocklistRule } from ".";