Configuration for the blacklist feature.
export interface BlacklistConfig { enabled: boolean; items: { title: string; enabled: boolean }[];} Copy
export interface BlacklistConfig { enabled: boolean; items: { title: string; enabled: boolean }[];}
Configuration for the blacklist feature.
Source