mirror of
https://github.com/LukeHagar/Prowlarr-TS-SDK.git
synced 2025-12-06 04:21:03 +00:00
16 lines
474 B
Markdown
16 lines
474 B
Markdown
# Security
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { Security } from "prowlarr/models";
|
|
|
|
let value: Security = {};
|
|
```
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| ------------------ | ------------------ | ------------------ | ------------------ |
|
|
| `xApiKey` | *string* | :heavy_minus_sign: | N/A |
|
|
| `apikey` | *string* | :heavy_minus_sign: | N/A | |