mirror of
https://github.com/LukeHagar/Prowlarr-TS-SDK.git
synced 2025-12-06 04:21:03 +00:00
2.0 KiB
2.0 KiB
HistoryResourcePagingResource
Example Usage
import { HistoryResourcePagingResource } from "prowlarr/models";
let value: HistoryResourcePagingResource = {};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
page |
number | ➖ | N/A |
pageSize |
number | ➖ | N/A |
sortKey |
string | ➖ | N/A |
sortDirection |
models.SortDirection | ➖ | N/A |
totalRecords |
number | ➖ | N/A |
records |
models.HistoryResource[] | ➖ | N/A |