bandcamp-fetch/docs/api/interfaces/ImageConstants.md
2023-10-29 02:34:52 +08:00

31 lines
579 B
Markdown

[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/7815c68/src/lib/types/Image.ts#L10)
___
### formats
**formats**: [`ImageFormat`](ImageFormat.md)[]
#### Defined in
[lib/types/Image.ts:11](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Image.ts#L11)