bandcamp-fetch/docs/api/interfaces/SearchResults.md
2023-10-30 01:25:17 +08:00

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)