interface SetListOptions {
    lists: {
        domain: string;
        list: "allowlisted" | "denylisted";
        value: boolean;
    }[];
}

Properties

Properties

lists: { domain: string; list: "allowlisted" | "denylisted"; value: boolean }[]

Type declaration

  • domain: string
  • list: "allowlisted" | "denylisted"

    allowlist if this domain should be added/removed from the users allowlist. denylist if this domain should be added/removed from the users denylist (remote overrides)

  • value: boolean