export type BadWordsList = string[]; export type BadWordsMap = { [key: string]: number; }; export type BadWordsRegexp = RegExp;