mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 04:20:46 +00:00
24 lines
676 B
Markdown
24 lines
676 B
Markdown
# ProcessSubscriptionsResponse
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { ProcessSubscriptionsResponse } from "@lukehagar/plexjs/models/operations";
|
|
|
|
let value: ProcessSubscriptionsResponse = {
|
|
headers: {
|
|
"key": [],
|
|
"key1": [
|
|
"<value 1>",
|
|
"<value 2>",
|
|
"<value 3>",
|
|
],
|
|
},
|
|
};
|
|
```
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| -------------------------- | -------------------------- | -------------------------- | -------------------------- |
|
|
| `headers` | Record<string, *string*[]> | :heavy_check_mark: | N/A | |