Configuration for system content filtering.
export interface SystemFilterConfig { shouldIgnoreOneShots?: boolean; shouldIgnoreAdultContent?: boolean;} Copy
export interface SystemFilterConfig { shouldIgnoreOneShots?: boolean; shouldIgnoreAdultContent?: boolean;}
Optional
Whether to filter out one-shots
Whether to filter out adult content
Configuration for system content filtering.
Source