initial generation

This commit is contained in:
Luke Hagar
2025-05-16 17:01:58 -05:00
parent a151324ae9
commit 5994271d04
690 changed files with 61620 additions and 0 deletions

15
docs/models/backuptype.md Normal file
View File

@@ -0,0 +1,15 @@
# BackupType
## Example Usage
```typescript
import { BackupType } from "prowlarr";
let value: BackupType = "update";
```
## Values
```typescript
"scheduled" | "manual" | "update"
```