39 lines
533 B
Markdown
39 lines
533 B
Markdown
[bandcamp-fetch](../README.md) / AutocompleteItem
|
|
|
|
# Interface: AutocompleteItem
|
|
|
|
## Hierarchy
|
|
|
|
- **`AutocompleteItem`**
|
|
|
|
↳ [`AutoCompleteTag`](AutoCompleteTag.md)
|
|
|
|
↳ [`AutocompleteLocation`](AutocompleteLocation.md)
|
|
|
|
## Table of contents
|
|
|
|
### Properties
|
|
|
|
- [name](AutocompleteItem.md#name)
|
|
- [type](AutocompleteItem.md#type)
|
|
|
|
## Properties
|
|
|
|
### name
|
|
|
|
• **name**: `string`
|
|
|
|
#### Defined in
|
|
|
|
lib/types/Autocomplete.ts:3
|
|
|
|
___
|
|
|
|
### type
|
|
|
|
• **type**: ``"location"`` \| ``"tag"``
|
|
|
|
#### Defined in
|
|
|
|
lib/types/Autocomplete.ts:2
|