bandcamp-fetch/docs/api/interfaces/SearchResults.md

37 lines
494 B
Markdown
Raw Normal View History

2023-06-10 16:52:27 +02:00
[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