31 lines
591 B
Markdown
31 lines
591 B
Markdown
|
[bandcamp-fetch](../README.md) / FetcherParams
|
||
|
|
||
|
# Interface: FetcherParams
|
||
|
|
||
|
## Table of contents
|
||
|
|
||
|
### Properties
|
||
|
|
||
|
- [cache](FetcherParams.md#cache)
|
||
|
- [cookie](FetcherParams.md#cookie)
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
### cache
|
||
|
|
||
|
• **cache**: [`Cache`](../classes/Cache.md)
|
||
|
|
||
|
#### Defined in
|
||
|
|
||
|
[lib/utils/Fetcher.ts:12](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/utils/Fetcher.ts#L12)
|
||
|
|
||
|
___
|
||
|
|
||
|
### cookie
|
||
|
|
||
|
• `Optional` **cookie**: ``null`` \| `string`
|
||
|
|
||
|
#### Defined in
|
||
|
|
||
|
[lib/utils/Fetcher.ts:11](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/utils/Fetcher.ts#L11)
|