64 lines
688 B
Markdown
64 lines
688 B
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
|
||
|
|
||
|
___
|
||
|
|
||
|
### height
|
||
|
|
||
|
• **height**: `number`
|
||
|
|
||
|
#### Defined in
|
||
|
|
||
|
lib/types/Image.ts:5
|
||
|
|
||
|
___
|
||
|
|
||
|
### id
|
||
|
|
||
|
• **id**: `number`
|
||
|
|
||
|
#### Defined in
|
||
|
|
||
|
lib/types/Image.ts:2
|
||
|
|
||
|
___
|
||
|
|
||
|
### name
|
||
|
|
||
|
• **name**: `string`
|
||
|
|
||
|
#### Defined in
|
||
|
|
||
|
lib/types/Image.ts:3
|
||
|
|
||
|
___
|
||
|
|
||
|
### width
|
||
|
|
||
|
• **width**: `number`
|
||
|
|
||
|
#### Defined in
|
||
|
|
||
|
lib/types/Image.ts:4
|