Files
Prowlarr-TS-SDK/docs/models/operations/getapiv1historysincerequest.md
2025-05-16 17:01:58 -05:00

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 |