mirror of
https://github.com/LukeHagar/Prowlarr-TS-SDK.git
synced 2025-12-06 04:21:03 +00:00
3.5 KiB
3.5 KiB
HistoryResource
Example Usage
import { HistoryResource } from "prowlarr/models";
let value: HistoryResource = {};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
id |
number | ➖ | N/A |
indexerId |
number | ➖ | N/A |
date |
Date | ➖ | N/A |
downloadId |
string | ➖ | N/A |
successful |
boolean | ➖ | N/A |
eventType |
models.HistoryEventType | ➖ | N/A |
data |
Record<string, string> | ➖ | N/A |