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