export type ProfanityCheckConfig = { checkManualProfanityList: boolean; provider: string; };