bandcamp-fetch/docs/api/interfaces/ImageFormat.md
2023-10-30 01:25:17 +08:00

64 lines
1.1 KiB
Markdown

[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
[lib/types/Image.ts:6](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/types/Image.ts#L6)
___
### height
**height**: `number`
#### Defined in
[lib/types/Image.ts:5](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/types/Image.ts#L5)
___
### id
**id**: `number`
#### Defined in
[lib/types/Image.ts:2](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/types/Image.ts#L2)
___
### name
**name**: `string`
#### Defined in
[lib/types/Image.ts:3](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/types/Image.ts#L3)
___
### width
**width**: `number`
#### Defined in
[lib/types/Image.ts:4](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/types/Image.ts#L4)