bandcamp-fetch/docs/api/interfaces/FetcherParams.md
2023-10-28 20:55:26 +08:00

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)