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

64 lines
1.1 KiB
Markdown
Raw Normal View History

2023-06-10 16:52:27 +02:00
[bandcamp-fetch](../README.md) / ImageFormat
# Interface: ImageFormat
## Table of contents
### Properties
- [fileFormat](ImageFormat.md#fileformat)
- [height](ImageFormat.md#height)
- [id](ImageFormat.md#id)
- [name](ImageFormat.md#name)
- [width](ImageFormat.md#width)
## Properties
### fileFormat
**fileFormat**: `string`
#### Defined in
2023-10-29 18:25:17 +01:00
[lib/types/Image.ts:6](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/types/Image.ts#L6)
2023-06-10 16:52:27 +02:00
___
### height
**height**: `number`
#### Defined in
2023-10-29 18:25:17 +01:00
[lib/types/Image.ts:5](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/types/Image.ts#L5)
2023-06-10 16:52:27 +02:00
___
### id
**id**: `number`
#### Defined in
2023-10-29 18:25:17 +01:00
[lib/types/Image.ts:2](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/types/Image.ts#L2)
2023-06-10 16:52:27 +02:00
___
### name
**name**: `string`
#### Defined in
2023-10-29 18:25:17 +01:00
[lib/types/Image.ts:3](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/types/Image.ts#L3)
2023-06-10 16:52:27 +02:00
___
### width
**width**: `number`
#### Defined in
2023-10-29 18:25:17 +01:00
[lib/types/Image.ts:4](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/types/Image.ts#L4)