mirror of
https://github.com/LukeHagar/Prowlarr-TS-SDK.git
synced 2025-12-06 04:21:03 +00:00
initial generation
This commit is contained in:
15
docs/models/booksearchparam.md
Normal file
15
docs/models/booksearchparam.md
Normal file
@@ -0,0 +1,15 @@
|
||||
# BookSearchParam
|
||||
|
||||
## Example Usage
|
||||
|
||||
```typescript
|
||||
import { BookSearchParam } from "prowlarr";
|
||||
|
||||
let value: BookSearchParam = "q";
|
||||
```
|
||||
|
||||
## Values
|
||||
|
||||
```typescript
|
||||
"q" | "title" | "author" | "publisher" | "genre" | "year"
|
||||
```
|
||||
Reference in New Issue
Block a user