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

3.5 KiB
Raw Blame History

HistoryResource

Example Usage

import { HistoryResource } from "prowlarr";

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