mirror of
https://github.com/LukeHagar/Prowlarr-TS-SDK.git
synced 2025-12-06 04:21:03 +00:00
187 B
187 B
BackupType
Example Usage
import { BackupType } from "prowlarr";
let value: BackupType = "update";
Values
"scheduled" | "manual" | "update"