mirror of
https://github.com/LukeHagar/Prowlarr-TS-SDK.git
synced 2025-12-06 04:21:03 +00:00
795 B
795 B
CustomFilterResource
Example Usage
import { CustomFilterResource } from "prowlarr";
let value: CustomFilterResource = {};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
id |
number | ➖ | N/A |
type |
string | ➖ | N/A |
label |
string | ➖ | N/A |
filters |
Record<string, any>[] | ➖ | N/A |