37 lines
494 B
Markdown
37 lines
494 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
|
||
|
|
||
|
___
|
||
|
|
||
|
### totalPages
|
||
|
|
||
|
• **totalPages**: `number`
|
||
|
|
||
|
#### Defined in
|
||
|
|
||
|
lib/types/Search.ts:3
|