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

31 lines
579 B
Markdown
Raw Normal View History

2023-06-10 16:52:27 +02:00
[bandcamp-fetch](../README.md) / ImageConstants
# Interface: ImageConstants
## Table of contents
### Properties
- [baseUrl](ImageConstants.md#baseurl)
- [formats](ImageConstants.md#formats)
## Properties
### baseUrl
**baseUrl**: `string`
#### Defined in
[lib/types/Image.ts:10](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Image.ts#L10)
2023-06-10 16:52:27 +02:00
___
### formats
**formats**: [`ImageFormat`](ImageFormat.md)[]
#### Defined in
[lib/types/Image.ts:11](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Image.ts#L11)