AntiDuplication
import type { AntiDuplication } from "https://gitlab.com/soapbox-pub/strfry-policies/-/raw/develop/mod.ts";Policy options for antiDuplicationPolicy.
interface AntiDuplication  {
databaseUrl?: string;
minLength?: number;
ttl?: number;
}