# IndexerPrivacy ## Example Usage ```typescript import { IndexerPrivacy } from "prowlarr/models"; let value: IndexerPrivacy = "public"; ``` ## Values ```typescript "public" | "semiPrivate" | "private" ```