mirror of
https://github.com/LukeHagar/Prowlarr-TS-SDK.git
synced 2025-12-06 04:21:03 +00:00
15 lines
205 B
Markdown
15 lines
205 B
Markdown
# PrivacyLevel
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { PrivacyLevel } from "prowlarr";
|
|
|
|
let value: PrivacyLevel = "apiKey";
|
|
```
|
|
|
|
## Values
|
|
|
|
```typescript
|
|
"normal" | "password" | "apiKey" | "userName"
|
|
``` |