# BookSearchParam ## Example Usage ```typescript import { BookSearchParam } from "prowlarr/models"; let value: BookSearchParam = "q"; ``` ## Values ```typescript "q" | "title" | "author" | "publisher" | "genre" | "year" ```