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