export interface IKeywordOptions { keywords: string[]; type: "keywords" | "blacklist"; }