mirror of
https://github.com/LukeHagar/Prowlarr-TS-SDK.git
synced 2025-12-06 12:47:46 +00:00
16 lines
1.7 KiB
Markdown
16 lines
1.7 KiB
Markdown
# GetApiV1HistorySinceRequest
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { GetApiV1HistorySinceRequest } from "prowlarr/models/operations";
|
|
|
|
let value: GetApiV1HistorySinceRequest = {};
|
|
```
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- |
|
|
| `date` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | N/A |
|
|
| `eventType` | [models.HistoryEventType](../../models/historyeventtype.md) | :heavy_minus_sign: | N/A | |