mirror of
https://github.com/LukeHagar/Prowlarr-TS-SDK.git
synced 2025-12-06 04:21:03 +00:00
15 lines
228 B
Markdown
15 lines
228 B
Markdown
# BookSearchParam
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { BookSearchParam } from "prowlarr/models";
|
|
|
|
let value: BookSearchParam = "q";
|
|
```
|
|
|
|
## Values
|
|
|
|
```typescript
|
|
"q" | "title" | "author" | "publisher" | "genre" | "year"
|
|
``` |