37 lines
674 B
Markdown
37 lines
674 B
Markdown
[bandcamp-fetch](../README.md) / SearchResults
|
|
|
|
# Interface: SearchResults<T\>
|
|
|
|
## Type parameters
|
|
|
|
| Name | Type |
|
|
| :------ | :------ |
|
|
| `T` | extends [`SearchResultItem`](SearchResultItem.md) |
|
|
|
|
## Table of contents
|
|
|
|
### Properties
|
|
|
|
- [items](SearchResults.md#items)
|
|
- [totalPages](SearchResults.md#totalpages)
|
|
|
|
## Properties
|
|
|
|
### items
|
|
|
|
• **items**: `T`[]
|
|
|
|
#### Defined in
|
|
|
|
[lib/types/Search.ts:2](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/types/Search.ts#L2)
|
|
|
|
___
|
|
|
|
### totalPages
|
|
|
|
• **totalPages**: `number`
|
|
|
|
#### Defined in
|
|
|
|
[lib/types/Search.ts:3](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/types/Search.ts#L3)
|