Files
Prowlarr-TS-SDK/docs/models/indexerprivacy.md

209 B

IndexerPrivacy

Example Usage

import { IndexerPrivacy } from "prowlarr/models";

let value: IndexerPrivacy = "public";

Values

"public" | "semiPrivate" | "private"