2023-06-10 16:52:27 +02:00
|
|
|
[bandcamp-fetch](../README.md) / NameValuePair
|
|
|
|
|
|
|
|
# Interface: NameValuePair<T\>
|
|
|
|
|
|
|
|
## Type parameters
|
|
|
|
|
|
|
|
| Name |
|
|
|
|
| :------ |
|
|
|
|
| `T` |
|
|
|
|
|
|
|
|
## Hierarchy
|
|
|
|
|
|
|
|
- **`NameValuePair`**
|
|
|
|
|
|
|
|
↳ [`FilterOption`](ReleasesByTag.FilterOption.md)
|
|
|
|
|
|
|
|
## Table of contents
|
|
|
|
|
|
|
|
### Properties
|
|
|
|
|
|
|
|
- [name](NameValuePair.md#name)
|
|
|
|
- [value](NameValuePair.md#value)
|
|
|
|
|
|
|
|
## Properties
|
|
|
|
|
|
|
|
### name
|
|
|
|
|
|
|
|
• **name**: `string`
|
|
|
|
|
|
|
|
#### Defined in
|
|
|
|
|
2023-10-28 14:55:26 +02:00
|
|
|
[lib/utils/NameValuePair.ts:2](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/utils/NameValuePair.ts#L2)
|
2023-06-10 16:52:27 +02:00
|
|
|
|
|
|
|
___
|
|
|
|
|
|
|
|
### value
|
|
|
|
|
|
|
|
• **value**: `T`
|
|
|
|
|
|
|
|
#### Defined in
|
|
|
|
|
2023-10-28 14:55:26 +02:00
|
|
|
[lib/utils/NameValuePair.ts:3](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/utils/NameValuePair.ts#L3)
|