mirror of
https://github.com/LukeHagar/Prowlarr-TS-SDK.git
synced 2025-12-06 12:47:46 +00:00
440 B
440 B
GetPathRequest
Example Usage
import { GetPathRequest } from "prowlarr/models/operations";
let value: GetPathRequest = {
path: "/usr/share",
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
path |
string | ✔️ | N/A |