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