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

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