mirror of
https://github.com/LukeHagar/Prowlarr-TS-SDK.git
synced 2025-12-06 04:21:03 +00:00
460 B
460 B
GetContentPathRequest
Example Usage
import { GetContentPathRequest } from "prowlarr/models/operations";
let value: GetContentPathRequest = {
path: "/opt/sbin",
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
path |
string | ✔️ | N/A |