Files
Prowlarr-TS-SDK/docs/models/indexerprivacy.md
2025-05-16 17:01:58 -05:00

202 B

IndexerPrivacy

Example Usage

import { IndexerPrivacy } from "prowlarr";

let value: IndexerPrivacy = "public";

Values

"public" | "semiPrivate" | "private"